Skip to content

Commit

Permalink
Update munit to 1.0.3 (#423)
Browse files Browse the repository at this point in the history
Co-authored-by: datahub-rewrite-bot <datahub-rewrite-bot [email protected]>
Co-authored-by: Henning Koller <[email protected]>
  • Loading branch information
3 people authored Dec 9, 2024
1 parent 01afbe8 commit 1fe391b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ lazy val core = crossProject(JVMPlatform)
"org.typelevel" %% "cats-core" % "2.12.0",
"org.typelevel" %% "cats-effect" % "3.5.7",
"org.typelevel" %% "literally" % "1.2.0",
"org.scalameta" %% "munit" % "1.0.2" % Test,
"org.scalameta" %% "munit" % "1.0.3" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test,
("org.apache.avro" % "avro" % "1.12.0").exclude("org.apache.commons", "commons-compress"),
Expand Down Expand Up @@ -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.2",
"org.scalameta" %% "munit" % "1.0.3",
"org.typelevel" %% "munit-cats-effect" % "2.0.0"
),
mimaBinaryIssueFilters := Nil
Expand All @@ -222,7 +222,7 @@ lazy val `transfer-client` = crossProject(JVMPlatform)
name := "bigquery-transfer-client",
libraryDependencies ++= Seq(
"com.google.cloud" % "google-cloud-bigquerydatatransfer" % "2.54.0",
"org.scalameta" %% "munit" % "1.0.2",
"org.scalameta" %% "munit" % "1.0.3",
"org.typelevel" %% "munit-cats-effect" % "2.0.0"
),
mimaBinaryIssueFilters := Nil
Expand All @@ -237,7 +237,7 @@ lazy val testing = crossProject(JVMPlatform)
.settings(
name := "bigquery-testing",
libraryDependencies ++= Seq(
"org.scalameta" %% "munit" % "1.0.2",
"org.scalameta" %% "munit" % "1.0.3",
"org.typelevel" %% "munit-cats-effect" % "2.0.0",
"ch.qos.logback" % "logback-classic" % "1.2.13" % Test,
"org.http4s" %% "http4s-netty-client" % "0.5.21"
Expand Down

0 comments on commit 1fe391b

Please sign in to comment.