Skip to content

Commit 0cdc99b

Browse files
authored
Merge pull request #651 from scala-steward/update/cats-effect-3.6.1
Update cats-effect to 3.6.1
2 parents cd704d3 + c30f114 commit 0cdc99b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
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.6.0",
85+
"org.typelevel" %%% "cats-effect" % "3.6.1",
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.6.0"
119+
libraryDependencies += "org.typelevel" %%% "cats-effect" % "3.6.1"
120120
)
121121

122122
lazy val commonSettings = Seq(

0 commit comments

Comments
 (0)