Skip to content

Commit

Permalink
Bumped fs2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Aug 24, 2017
1 parent c8c105e commit 29af464
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" % "0.10.0-M4",
"co.fs2" %% "fs2-core" % "0.10.0-M6",
"org.scalatest" %% "scalatest" % "3.0.1" % "test"
),
buildOsgiBundle("com.ccadllc.cedi.circuitbreaker"),
Expand Down

0 comments on commit 29af464

Please sign in to comment.