Skip to content

Commit

Permalink
Update cats-core to 2.3.0 (#263)
Browse files Browse the repository at this point in the history
* Update cats-core, cats-laws to 2.3.0

* Update cats-core, cats-effect, cats-laws to 2.3.0

* Update cats-core, cats-laws to 2.3.0

* Fix scalaTestPlusVersion

Co-authored-by: Scala Steward <me@scala-steward.org>
  • Loading branch information
etspaceman and scala-steward authored Dec 16, 2020
1 parent 4d27a8e commit 9821d98
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 @@ -56,7 +56,7 @@ val moduleSettings = commonSettings ++ Seq(
scalafmtOnCompile := true
)

val catsVersion = "2.2.0"
val catsVersion = "2.3.0"
val catsEffectVersion = "2.3.0"
val catsMtlVersion = "1.1.0"
val scalatestVersion = "3.2.3"
Expand Down

0 comments on commit 9821d98

Please sign in to comment.