Skip to content

Commit

Permalink
Merge pull request #387 from nrkno/update/munit-1.0.2
Browse files Browse the repository at this point in the history
Update munit to 1.0.2
  • Loading branch information
TSommerdal authored Sep 25, 2024
2 parents 1c6d644 + c385a0b commit cdf5872
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.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"),
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.0",
"org.scalameta" %% "munit" % "1.0.2",
"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.46.0",
"org.scalameta" %% "munit" % "1.0.0",
"org.scalameta" %% "munit" % "1.0.2",
"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.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"
Expand Down

0 comments on commit cdf5872

Please sign in to comment.