Skip to content

Commit

Permalink
Merge pull request #174 from typelevel/update/cats-effect-3.5.7
Browse files Browse the repository at this point in the history
Update cats-effect to 3.5.7
  • Loading branch information
valencik authored Nov 29, 2024
2 parents dd2a6b9 + 1026188 commit 2cc8c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ lazy val phantomDependencies = project
.settings(
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.12.0",
"org.typelevel" %%% "cats-effect" % "3.5.6",
"org.typelevel" %%% "cats-effect" % "3.5.7",
"org.scalameta" %%% "munit" % "1.0.2" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,
"org.scala-lang" % "scala-library" % "2.13.15",
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
name := "$name;format="norm"$",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.12.0",
"org.typelevel" %%% "cats-effect" % "3.5.6",
"org.typelevel" %%% "cats-effect" % "3.5.7",
"org.scalameta" %%% "munit" % "1.0.2" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test
)
Expand Down

0 comments on commit 2cc8c87

Please sign in to comment.