Skip to content

Commit

Permalink
Merge pull request #13 from scala-steward/update/cats-effect-2.0.0-RC2
Browse files Browse the repository at this point in the history
Update cats-effect to 2.0.0-RC2
  • Loading branch information
Atry authored Sep 10, 2019
2 parents 1bd1c25 + 4500e98 commit 7356de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domains-cats/.jvm/jvm.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ enablePlugins(Example)

import Ordering.Implicits._

libraryDependencies += "org.typelevel" %%% "cats-effect" % "2.0.0-M4" % Optional
libraryDependencies += "org.typelevel" %%% "cats-effect" % "2.0.0-RC2" % Optional

sourceGenerators in Test := {
(sourceGenerators in Test).value.filterNot { sourceGenerator =>
Expand Down

0 comments on commit 7356de3

Please sign in to comment.