Skip to content

Commit

Permalink
Bumped fs2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Nov 6, 2017
1 parent 8755de6 commit d8a3f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -13,8 +13,8 @@ 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-M6",
"org.scalatest" %% "scalatest" % "3.0.1" % "test"
"co.fs2" %% "fs2-core" % "0.10.0-M8",
"org.scalatest" %% "scalatest" % "3.0.4" % "test"
),
buildOsgiBundle("com.ccadllc.cedi.circuitbreaker"),
scalacOptions ++= (if (scalaBinaryVersion.value startsWith "2.11") List("-Xexperimental") else Nil) // 2.11 needs -Xexperimental to enable SAM conversion
Expand Down

0 comments on commit d8a3f04

Please sign in to comment.