Skip to content

Commit

Permalink
Upgrade to cats-effect 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
guersam committed Feb 25, 2018
1 parent 3eb6e97 commit 3f6d31a
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 @@ -207,7 +207,7 @@ lazy val core = crossProject
.settings(commonSettings: _*)
.settings(
name := "fs2-core",
libraryDependencies += "org.typelevel" %%% "cats-effect" % "0.8",
libraryDependencies += "org.typelevel" %%% "cats-effect" % "0.9",
sourceDirectories in (Compile, scalafmt) += baseDirectory.value / "../shared/src/main/scala"
)
.jsSettings(commonJsSettings: _*)
Expand Down

0 comments on commit 3f6d31a

Please sign in to comment.