Skip to content

Commit

Permalink
Merge pull request #37 from mwz/cats-1.0.1
Browse files Browse the repository at this point in the history
Upgrade cats to 1.0.1.
  • Loading branch information
23will authored Jan 2, 2018
2 parents ed1e1dc + b6d2984 commit 644e0a3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Because of possible binary incompatibilities here are the dependency versions us
| 0.6 | 3.2.0 | 0.9.x |
| 0.7-MF | 3.2.1 | 1.0.0-MF |
| 0.7.1-RC1 | 3.2.1 | 1.0.0-RC1 |
| 0.7.1 | 3.2.1 | 1.0.x |

Artifacts are publicly available on Maven Central starting from version *0.6*.

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ scalacOptions ++= Seq(
)

libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % "1.0.0-RC1",
"org.typelevel" %% "cats-laws" % "1.0.0-RC1",
"org.typelevel" %% "cats-core" % "1.0.1",
"org.typelevel" %% "cats-laws" % "1.0.1",
"com.typesafe.slick" %% "slick" % "3.2.1",
"org.scalatest" %% "scalatest" % "3.0.4" % Test,
"org.scalacheck" %% "scalacheck" % "1.13.5" % Test
Expand Down
1 change: 1 addition & 0 deletions src/main/tut/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Because of possible binary incompatibilities here are the dependency versions us
| 0.6 | 3.2.0 | 0.9.x |
| 0.7-MF | 3.2.1 | 1.0.0-MF |
| 0.7.1-RC1 | 3.2.1 | 1.0.0-RC1 |
| 0.7.1 | 3.2.1 | 1.0.x |

Artifacts are publicly available on Maven Central starting from version *0.6*.

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.1-RC1"
version in ThisBuild := "0.7.1"

0 comments on commit 644e0a3

Please sign in to comment.