Skip to content

Commit c77d869

Browse files
authored
Merge pull request #616 from scala-steward/update/cats-effect-3.5.5
Update cats-effect to 3.5.5
2 parents bd33121 + 1e05fa7 commit c77d869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
8282
libraryDependencies ++= Seq(
8383
"org.typelevel" %%% "literally" % "1.1.0",
8484
"org.typelevel" %%% "cats-core" % "2.10.0",
85-
"org.typelevel" %%% "cats-effect" % "3.5.4",
85+
"org.typelevel" %%% "cats-effect" % "3.5.5",
8686
"org.scalacheck" %%% "scalacheck" % "1.17.1" % Test
8787
)
8888
)
@@ -116,7 +116,7 @@ lazy val docs = project
116116
mdocIn := baseDirectory.value / "src",
117117
mdocOut := baseDirectory.value / "../docs",
118118
githubWorkflowArtifactUpload := false,
119-
libraryDependencies += "org.typelevel" %%% "cats-effect" % "3.5.4"
119+
libraryDependencies += "org.typelevel" %%% "cats-effect" % "3.5.5"
120120
)
121121

122122
lazy val commonSettings = Seq(

0 commit comments

Comments
 (0)