[sbt] add fs2-{core,io} 1.0.4 as dependencies
This commit is contained in:
parent
7f78863e8a
commit
0011028c59
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.7" % "test"
|
|||
libraryDependencies += "org.typelevel" %% "cats-effect" % "1.3.0" withSources() withJavadoc()
|
||||
libraryDependencies += "com.github.scopt" %% "scopt" % "4.0.0-RC2"
|
||||
|
||||
libraryDependencies += "co.fs2" %% "fs2-core" % "1.0.4"
|
||||
libraryDependencies += "co.fs2" %% "fs2-io" % "1.0.4"
|
||||
|
||||
scalacOptions ++= Seq(
|
||||
"-feature",
|
||||
"-deprecation",
|
||||
|
|
Loading…
Reference in a new issue