Skip to content

Commit

Permalink
Update cats-effect to 2.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 7, 2019
1 parent 1bd1c25 commit 4500e98
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 4500e98

Please sign in to comment.