@@ -88,8 +88,8 @@ lazy val core = crossProject(JVMPlatform)
8888 " org.typelevel" %% " cats-effect" % " 3.5.7" ,
8989 " org.typelevel" %% " literally" % " 1.2.0" ,
9090 " org.scalameta" %% " munit" % " 1.0.4" % Test ,
91+ " org.typelevel" %% " munit-cats-effect" % " 2.1.0" % Test ,
9192 " org.scalameta" %% " munit-scalacheck" % " 1.2.0" % Test ,
92- " org.typelevel" %% " munit-cats-effect" % " 2.0.0" % Test ,
9393 (" org.apache.avro" % " avro" % " 1.12.0" ).exclude(" org.apache.commons" , " commons-compress" ),
9494 " org.apache.commons" % " commons-compress" % " 1.27.1" ,
9595 " com.lihaoyi" %% " sourcecode" % " 0.4.2" ,
@@ -135,8 +135,8 @@ lazy val `google-client` = crossProject(JVMPlatform)
135135 .settings(
136136 name := " bigquery-google-client" ,
137137 libraryDependencies ++= Seq (
138+ " org.typelevel" %% " munit-cats-effect" % " 2.1.0" % Test ,
138139 " org.scalameta" %% " munit-scalacheck" % " 1.2.0" % Test ,
139- " org.typelevel" %% " munit-cats-effect" % " 2.0.0" % Test ,
140140 addGoogleDep(" com.google.cloud" % " google-cloud-bigquery" % " 2.38.1" ),
141141 addGoogleDep(" com.google.cloud" % " google-cloud-bigquerystorage" % " 3.11.1" ),
142142 " com.google.guava" % " guava" % " 33.4.0-jre"
@@ -159,8 +159,8 @@ lazy val `http4s-client` = crossProject(JVMPlatform)
159159 libraryDependencies ++= {
160160 val binaryVersion = scalaBinaryVersion.value
161161 Seq (
162+ " org.typelevel" %% " munit-cats-effect" % " 2.1.0" % Test ,
162163 " org.scalameta" %% " munit-scalacheck" % " 1.2.0" % Test ,
163- " org.typelevel" %% " munit-cats-effect" % " 2.0.0" % Test ,
164164 (" io.chrisdavenport" %% " http4s-grpc-google-cloud-bigquerystorage-v1" % " 3.6.0+0.0.6" )
165165 .exclude(" io.chrisdavenport" , s " http4s-grpc_ ${binaryVersion}" ),
166166 (" io.chrisdavenport" %% " http4s-grpc" % " 0.0.4" )
@@ -205,7 +205,7 @@ lazy val zetasql = crossProject(JVMPlatform)
205205 (" com.google.zetasql.toolkit" % " zetasql-toolkit-core" % " 0.5.2" )
206206 .exclude(" com.google.cloud" , " google-cloud-spanner" ),
207207 " org.scalameta" %% " munit" % " 1.0.4" ,
208- " org.typelevel" %% " munit-cats-effect" % " 2.0 .0"
208+ " org.typelevel" %% " munit-cats-effect" % " 2.1 .0"
209209 ),
210210 mimaBinaryIssueFilters := Nil
211211 )
@@ -221,7 +221,7 @@ lazy val `transfer-client` = crossProject(JVMPlatform)
221221 libraryDependencies ++= Seq (
222222 " com.google.cloud" % " google-cloud-bigquerydatatransfer" % " 2.56.0" ,
223223 " org.scalameta" %% " munit" % " 1.0.4" ,
224- " org.typelevel" %% " munit-cats-effect" % " 2.0 .0"
224+ " org.typelevel" %% " munit-cats-effect" % " 2.1 .0"
225225 ),
226226 mimaBinaryIssueFilters := Nil
227227 )
@@ -236,7 +236,7 @@ lazy val testing = crossProject(JVMPlatform)
236236 name := " bigquery-testing" ,
237237 libraryDependencies ++= Seq (
238238 " org.scalameta" %% " munit" % " 1.0.4" ,
239- " org.typelevel" %% " munit-cats-effect" % " 2.0 .0" ,
239+ " 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"
242242 ),
0 commit comments