Revert "[sbt] Bump cats-effect from 1.2.0 to 1.3.0"
This reverts commit 88d42e2130
.
This commit is contained in:
parent
aab2fdde3d
commit
afab304bae
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ version := "0.1"
|
|||
scalaVersion := "2.12.8"
|
||||
|
||||
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.7" % "test"
|
||||
libraryDependencies += "org.typelevel" %% "cats-effect" % "1.3.0" withSources() withJavadoc()
|
||||
libraryDependencies += "org.typelevel" %% "cats-effect" % "1.2.0" withSources() withJavadoc()
|
||||
libraryDependencies += "com.github.scopt" %% "scopt" % "4.0.0-RC2"
|
||||
|
||||
libraryDependencies += "co.fs2" %% "fs2-core" % "1.0.4"
|
||||
|
|
Loading…
Reference in a new issue