Skip to content

Commit

Permalink
Merge pull request #98 from tototoshi/update/cats-effect-3.5.3
Browse files Browse the repository at this point in the history
Update cats-effect to 3.5.3
  • Loading branch information
tototoshi committed Feb 25, 2024
2 parents ffb9f4a + 06c4825 commit 79fcfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lazy val module = project
publishingSettings,
name := "nyanda",
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % "3.5.2"
"org.typelevel" %% "cats-effect" % "3.5.3"
)
)

Expand Down

0 comments on commit 79fcfc4

Please sign in to comment.