Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
Bump cats to 1.0.0-MF (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet authored and juanpedromoreno committed Sep 21, 2017
1 parent 39888a7 commit 5e1bc85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions core/src/main/scala/sbtorgpolicies/libraries.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ object libraries {
"cassandra-driver" -> "3.3.0",
"catalysts" -> "0.0.5",
"catbird" -> "0.18.0",
"cats" -> "0.9.0",
"cats" -> "1.0.0-MF",
"cats-effect" -> "0.4",
"circe" -> "0.9.0-M1",
"config" -> "1.3.1",
Expand Down Expand Up @@ -185,7 +185,6 @@ object libraries {
"cats-kernel" -> (("org.typelevel", "cats-kernel", v("cats"))),
"cats-laws" -> (("org.typelevel", "cats-laws", v("cats"))),
"cats-macros" -> (("org.typelevel", "cats-macros", v("cats"))),
"cats" -> (("org.typelevel", "cats", v("cats"))),
"circe-core" -> (("io.circe", "circe-core", v("circe"))),
"circe-generic" -> (("io.circe", "circe-generic", v("circe"))),
"circe-parser" -> (("io.circe", "circe-parser", v("circe"))),
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.7.4-SNAPSHOT"
version in ThisBuild := "0.7.4"

0 comments on commit 5e1bc85

Please sign in to comment.