diff --git a/build.sbt b/build.sbt index a2b53187..f829aa46 100644 --- a/build.sbt +++ b/build.sbt @@ -87,7 +87,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.4" % Test, + "org.scalameta" %% "munit" % "1.2.1" % Test, "org.typelevel" %% "munit-cats-effect" % "2.1.0" % Test, "org.scalameta" %% "munit-scalacheck" % "1.2.0" % Test, ("org.apache.avro" % "avro" % "1.12.0").exclude("org.apache.commons", "commons-compress"), @@ -204,7 +204,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.4", + "org.scalameta" %% "munit" % "1.2.1", "org.typelevel" %% "munit-cats-effect" % "2.1.0" ), mimaBinaryIssueFilters := Nil @@ -220,7 +220,7 @@ lazy val `transfer-client` = crossProject(JVMPlatform) name := "bigquery-transfer-client", libraryDependencies ++= Seq( "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "2.56.0", - "org.scalameta" %% "munit" % "1.0.4", + "org.scalameta" %% "munit" % "1.2.1", "org.typelevel" %% "munit-cats-effect" % "2.1.0" ), mimaBinaryIssueFilters := Nil @@ -235,7 +235,7 @@ lazy val testing = crossProject(JVMPlatform) .settings( name := "bigquery-testing", libraryDependencies ++= Seq( - "org.scalameta" %% "munit" % "1.0.4", + "org.scalameta" %% "munit" % "1.2.1", "org.typelevel" %% "munit-cats-effect" % "2.1.0", "ch.qos.logback" % "logback-classic" % "1.2.13" % Test, "org.http4s" %% "http4s-netty-client" % "0.5.22"