Skip to content

Commit

Permalink
Update cats-effect to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and kubukoz committed Apr 21, 2021
1 parent f573e62 commit f28b742
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 @@ -38,7 +38,7 @@ val commonSettings = Seq(
scalacOptions -= "-Xfatal-warnings",
scalacOptions ++= Seq("-Ymacro-annotations"),
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-effect" % "3.0.2"
"org.typelevel" %%% "cats-effect" % "3.1.0"
),
addCompilerPlugins,
addVersionSpecificScalacSettings
Expand Down

0 comments on commit f28b742

Please sign in to comment.