Skip to content

Commit

Permalink
Update cats-effect to 2.4.1 (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 29, 2021
1 parent 752b6c9 commit 65f0b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -48,7 +48,7 @@ libraryDependencies ++= Seq(
"com.github.tomakehurst" % "wiremock" % "2.27.2" % "it,test"
)
libraryDependencies += "org.jsoup" % "jsoup" % "1.13.1"
libraryDependencies += "org.typelevel" %% "cats-effect" % "2.4.0"
libraryDependencies += "org.typelevel" %% "cats-effect" % "2.4.1"
libraryDependencies += "com.github.pathikrit" %% "better-files" % "3.9.1"
libraryDependencies += "io.get-coursier" %% "coursier-core" % "2.0.16"
libraryDependencies += "org.antlr" % "antlr4-runtime" % "4.9.2"
Expand Down

0 comments on commit 65f0b5c

Please sign in to comment.