We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33881f2 + 354b22a commit 2c53f84Copy full SHA for 2c53f84
build.sbt
@@ -102,7 +102,7 @@ lazy val core = crossProject(JVMPlatform)
102
Test / headerSources := Nil,
103
libraryDependencies ++= Seq(
104
"org.typelevel" %% "cats-core" % "2.9.0",
105
- "org.typelevel" %% "cats-effect" % "3.4.8",
+ "org.typelevel" %% "cats-effect" % "3.4.9",
106
"org.scalameta" %% "munit" % "0.7.29" % Test,
107
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test,
108
"com.google.cloud" % "google-cloud-bigquery" % "2.24.5",
0 commit comments