Skip to content

Commit

Permalink
Update fs2-core to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 28, 2018
1 parent 7f84223 commit b9226ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -13,7 +13,7 @@ lazy val core = project.in(file("core")).enablePlugins(SbtOsgi).
name := "circuitbreaker",
libraryDependencies ++= Seq(
"com.ccadllc.cedi" %% "config" % "1.1.0",
"co.fs2" %% "fs2-core" % "1.0.0-RC1",
"co.fs2" %% "fs2-core" % "1.0.0",
"org.scalatest" %% "scalatest" % "3.0.5" % "test"
),
buildOsgiBundle("com.ccadllc.cedi.circuitbreaker"),
Expand Down

0 comments on commit b9226ee

Please sign in to comment.