We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d30d43 + 2fa0fbc commit 01bf703Copy full SHA for 01bf703
project/Dependencies.scala
@@ -2,7 +2,7 @@ import sbt._
2
3
object Dependencies {
4
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.6.0"
5
- val catsEffect = "org.typelevel" %% "cats-effect" % "1.0.0-RC3"
+ val catsEffect = "org.typelevel" %% "cats-effect" % "1.0.0"
6
val fs2Core = "co.fs2" %% "fs2-core" % "1.0.0-M4"
7
val github4s = "com.47deg" %% "github4s" % Versions.github4s
8
val github4sCatsEffect = "com.47deg" %% "github4s-cats-effect" % Versions.github4s
0 commit comments