Skip to content

Commit

Permalink
Play 1.6.3 release (#311)
Browse files Browse the repository at this point in the history
* 1.6.3 release

Signed-off-by: Lloyd <lloydmeta@gmail.com>

* 1.6.4-SNAPSHOT begins
  • Loading branch information
lloydmeta committed Mar 27, 2021
1 parent 63705f5 commit caed5b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ lazy val enumeratumPlayJson = crossProject(JSPlatform, JVMPlatform)
.jsSettings(jsTestSettings: _*)
.settings(
name := "enumeratum-play-json",
version := "1.6.3-SNAPSHOT",
version := "1.6.4-SNAPSHOT",
crossScalaVersions := Seq(scala_2_12Version, scala_2_13Version),
libraryDependencies ++= {
Seq(
Expand All @@ -312,7 +312,7 @@ lazy val enumeratumPlay = Project(id = "enumeratum-play", base = file("enumeratu
.settings(commonWithPublishSettings: _*)
.settings(testSettings: _*)
.settings(
version := "1.6.3-SNAPSHOT",
version := "1.6.4-SNAPSHOT",
crossScalaVersions := Seq(scala_2_12Version, scala_2_13Version),
libraryDependencies ++=
Seq(
Expand Down

0 comments on commit caed5b0

Please sign in to comment.