Skip to content

Commit f031cf6

Browse files
committed
update fs2-core version
1 parent 797cc6f commit f031cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ lazy val fs2Interop = project.in(file("interop/fs2")).
9999
scalaVersion := "2.12.2",
100100
crossScalaVersions := Seq("2.11.11", "2.12.2"),
101101
libraryDependencies ++= Seq(
102-
"co.fs2" %%% "fs2-core" % "0.9.5"
102+
"co.fs2" %%% "fs2-core" % "0.9.7"
103103
),
104104
publishMavenStyle := true,
105105
publishTo := {

0 commit comments

Comments
 (0)