Skip to content

Commit

Permalink
Post 1.3.0 Release commits (#2467)
Browse files Browse the repository at this point in the history
* Setting version to 1.3.0

* Setting version to 1.3.1-SNAPSHOT

* post release update
  • Loading branch information
kailuowang authored and Luka Jacobowitz committed Sep 5, 2018
1 parent 761a58a commit b32261d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.2")
And then create the Cats dependency, by adding the following to your `build.sbt`:

```scala
libraryDependencies += "org.typelevel" %% "cats-core" % "1.2.0"
libraryDependencies += "org.typelevel" %% "cats-core" % "1.3.0"
```

This will pull in the cats-core module. If you require some other
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 := "1.2.1-SNAPSHOT"
version in ThisBuild := "1.3.1-SNAPSHOT"

0 comments on commit b32261d

Please sign in to comment.