Skip to content

Commit 01bf703

Browse files
authored
Merge pull request #2 from scala-steward/update/cats-effect-1.0.0
Update cats-effect to 1.0.0
2 parents 1d30d43 + 2fa0fbc commit 01bf703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbt._
22

33
object Dependencies {
44
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.6.0"
5-
val catsEffect = "org.typelevel" %% "cats-effect" % "1.0.0-RC3"
5+
val catsEffect = "org.typelevel" %% "cats-effect" % "1.0.0"
66
val fs2Core = "co.fs2" %% "fs2-core" % "1.0.0-M4"
77
val github4s = "com.47deg" %% "github4s" % Versions.github4s
88
val github4sCatsEffect = "com.47deg" %% "github4s-cats-effect" % Versions.github4s

0 commit comments

Comments
 (0)