Skip to content

Commit

Permalink
Update fs2-core to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 5, 2018
1 parent bf519f9 commit 743950b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
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",
"co.fs2" %% "fs2-core" % "1.0.2",
"org.scalatest" %% "scalatest" % "3.0.5" % "test"
),
buildOsgiBundle("com.ccadllc.cedi.circuitbreaker"),
Expand Down

0 comments on commit 743950b

Please sign in to comment.