Skip to content

Commit

Permalink
Upgraded to FS2 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Jan 30, 2018
1 parent a1a12e9 commit 0e410a0
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" % "0.10.0-RC2",
"co.fs2" %% "fs2-core" % "0.10.0",
"org.scalatest" %% "scalatest" % "3.0.4" % "test"
),
buildOsgiBundle("com.ccadllc.cedi.circuitbreaker"),
Expand Down

0 comments on commit 0e410a0

Please sign in to comment.