Skip to content

Commit 2c53f84

Browse files
authored
Merge pull request #58 from nrkno/update/cats-effect-3.4.9
Update cats-effect to 3.4.9
2 parents 33881f2 + 354b22a commit 2c53f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ lazy val core = crossProject(JVMPlatform)
102102
Test / headerSources := Nil,
103103
libraryDependencies ++= Seq(
104104
"org.typelevel" %% "cats-core" % "2.9.0",
105-
"org.typelevel" %% "cats-effect" % "3.4.8",
105+
"org.typelevel" %% "cats-effect" % "3.4.9",
106106
"org.scalameta" %% "munit" % "0.7.29" % Test,
107107
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test,
108108
"com.google.cloud" % "google-cloud-bigquery" % "2.24.5",

0 commit comments

Comments
 (0)