From c385a0ba7b16088daf2d89c95c26e73f28a095a6 Mon Sep 17 00:00:00 2001 From: datahub-rewrite-bot Date: Sun, 15 Sep 2024 13:13:22 +0000 Subject: [PATCH] Update munit to 1.0.2 --- build.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 023aa204..87d9f82b 100644 --- a/build.sbt +++ b/build.sbt @@ -89,7 +89,7 @@ lazy val core = crossProject(JVMPlatform) "org.typelevel" %% "cats-core" % "2.12.0", "org.typelevel" %% "cats-effect" % "3.5.4", "org.typelevel" %% "literally" % "1.2.0", - "org.scalameta" %% "munit" % "1.0.0" % Test, + "org.scalameta" %% "munit" % "1.0.2" % Test, "org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test, "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test, ("org.apache.avro" % "avro" % "1.11.3").exclude("org.apache.commons", "commons-compress"), @@ -206,7 +206,7 @@ lazy val zetasql = crossProject(JVMPlatform) libraryDependencies ++= Seq( ("com.google.zetasql.toolkit" % "zetasql-toolkit-core" % "0.5.2") .exclude("com.google.cloud", "google-cloud-spanner"), - "org.scalameta" %% "munit" % "1.0.0", + "org.scalameta" %% "munit" % "1.0.2", "org.typelevel" %% "munit-cats-effect" % "2.0.0" ), mimaBinaryIssueFilters := Nil @@ -222,7 +222,7 @@ lazy val `transfer-client` = crossProject(JVMPlatform) name := "bigquery-transfer-client", libraryDependencies ++= Seq( "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "2.46.0", - "org.scalameta" %% "munit" % "1.0.0", + "org.scalameta" %% "munit" % "1.0.2", "org.typelevel" %% "munit-cats-effect" % "2.0.0" ), mimaBinaryIssueFilters := Nil @@ -237,7 +237,7 @@ lazy val testing = crossProject(JVMPlatform) .settings( name := "bigquery-testing", libraryDependencies ++= Seq( - "org.scalameta" %% "munit" % "1.0.0", + "org.scalameta" %% "munit" % "1.0.2", "org.typelevel" %% "munit-cats-effect" % "2.0.0", "ch.qos.logback" % "logback-classic" % "1.2.13" % Test, "org.http4s" %% "http4s-netty-client" % "0.5.17"