@@ -87,7 +87,7 @@ lazy val core = crossProject(JVMPlatform)
8787 " org.typelevel" %% " cats-core" % " 2.12.0" ,
8888 " org.typelevel" %% " cats-effect" % " 3.5.7" ,
8989 " org.typelevel" %% " literally" % " 1.2.0" ,
90- " org.scalameta" %% " munit" % " 1.0.4 " % Test ,
90+ " org.scalameta" %% " munit" % " 1.2.1 " % Test ,
9191 " org.typelevel" %% " munit-cats-effect" % " 2.1.0" % Test ,
9292 " org.scalameta" %% " munit-scalacheck" % " 1.2.0" % Test ,
9393 (" org.apache.avro" % " avro" % " 1.12.0" ).exclude(" org.apache.commons" , " commons-compress" ),
@@ -204,7 +204,7 @@ lazy val zetasql = crossProject(JVMPlatform)
204204 libraryDependencies ++= Seq (
205205 (" com.google.zetasql.toolkit" % " zetasql-toolkit-core" % " 0.5.2" )
206206 .exclude(" com.google.cloud" , " google-cloud-spanner" ),
207- " org.scalameta" %% " munit" % " 1.0.4 " ,
207+ " org.scalameta" %% " munit" % " 1.2.1 " ,
208208 " org.typelevel" %% " munit-cats-effect" % " 2.1.0"
209209 ),
210210 mimaBinaryIssueFilters := Nil
@@ -220,7 +220,7 @@ lazy val `transfer-client` = crossProject(JVMPlatform)
220220 name := " bigquery-transfer-client" ,
221221 libraryDependencies ++= Seq (
222222 " com.google.cloud" % " google-cloud-bigquerydatatransfer" % " 2.56.0" ,
223- " org.scalameta" %% " munit" % " 1.0.4 " ,
223+ " org.scalameta" %% " munit" % " 1.2.1 " ,
224224 " org.typelevel" %% " munit-cats-effect" % " 2.1.0"
225225 ),
226226 mimaBinaryIssueFilters := Nil
@@ -235,7 +235,7 @@ lazy val testing = crossProject(JVMPlatform)
235235 .settings(
236236 name := " bigquery-testing" ,
237237 libraryDependencies ++= Seq (
238- " org.scalameta" %% " munit" % " 1.0.4 " ,
238+ " org.scalameta" %% " munit" % " 1.2.1 " ,
239239 " org.typelevel" %% " munit-cats-effect" % " 2.1.0" ,
240240 " ch.qos.logback" % " logback-classic" % " 1.2.13" % Test ,
241241 " org.http4s" %% " http4s-netty-client" % " 0.5.22"
0 commit comments