Skip to content

Commit

Permalink
Prepare to release v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed Oct 18, 2019
1 parent e75c23b commit f05d1f7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In `build.sbt`,
```sbt
resolvers += "Just Repo" at "https://dl.bintray.com/kevinlee/maven"

libraryDependencies += "kevinlee" %% "just-fp" % "1.3.1"
libraryDependencies += "io.kevinlee" %% "just-fp" % "1.3.2"
```
then import

Expand Down
7 changes: 7 additions & 0 deletions changelogs/1.3.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [1.3.2](https://github.com/Kevin-Lee/just-fp/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+milestone%3A%22milestone11%22) - 2019-10-18

### Done
* Set up GitHub Actions (#113)
* Change group id for publishing to `io.kevinlee` (#116)

**NOTE: No important changes to public. Only the group ID is not `io.kevinlee` which was `kevinlee` before.**
2 changes: 1 addition & 1 deletion project/ProjectInfo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object ProjectInfo {
val ProjectScalaVersion: String = "2.13.1"
val CrossScalaVersions: Seq[String] = Seq("2.10.7", "2.11.12", "2.12.10", ProjectScalaVersion)

val ProjectVersion: String = "1.3.1"
val ProjectVersion: String = "1.3.2"

def commonWarts(scalaBinaryVersion: String): Seq[wartremover.Wart] = scalaBinaryVersion match {
case "2.10" =>
Expand Down

0 comments on commit f05d1f7

Please sign in to comment.