Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #59 from rossabaker/fs2-0.10
Browse files Browse the repository at this point in the history
fs2-0.10.1
  • Loading branch information
rossabaker authored Feb 8, 2018
2 parents 058dcd8 + 7801abf commit 1481cb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolvers ++= Seq(

libraryDependencies ++= {
Seq(
"co.fs2" %% "fs2-core" % "0.10.0-M10",
"co.fs2" %% "fs2-core" % "0.10.1",
"io.verizon.ermine" %% "parser" % "0.5.8"
)
}
2 changes: 1 addition & 1 deletion core/src/main/scala/knobs/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ package object knobs {
s <- Ref(Map[Pattern, List[ChangeHandler[F]]]())
bc = BaseConfig(paths = p, cfgMap = m, subs = s)
ticks = Stream.emits(loaded.values.map(_._2).toSeq).joinUnbounded
_ <- F.delay(F.runAsync(ticks.evalMap(_ => bc.reload).run)(_ => IO.unit).unsafeRunSync)
_ <- F.delay(F.runAsync(ticks.evalMap(_ => bc.reload).compile.drain)(_ => IO.unit).unsafeRunSync)
} yield bc
}

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "5.0.0-SNAPSHOT"
version in ThisBuild := "6.0.0-SNAPSHOT"

0 comments on commit 1481cb3

Please sign in to comment.