Skip to content

Commit

Permalink
Merge pull request #62 from scala-steward/update/fs2-core-2.4.4
Browse files Browse the repository at this point in the history
Update fs2-core to 2.4.4
  • Loading branch information
etorreborre committed Aug 22, 2020
2 parents c37c8b2 + 0234bdd commit faf3aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -21,7 +21,7 @@ lazy val fs2 = project.in(file("fs2"))
.settings(buildSettings)
.settings(publishSettings)
.settings(libraryDependencies += "org.typelevel" %% "cats-effect" % "2.1.4")
.settings(libraryDependencies += "co.fs2" %% "fs2-core" % "2.4.2")
.settings(libraryDependencies += "co.fs2" %% "fs2-core" % "2.4.4")
.dependsOn(core, core % "test->test")

def moduleSettings(moduleName: String) = Seq(
Expand Down

0 comments on commit faf3aea

Please sign in to comment.