Skip to content

Commit

Permalink
41.6.4-SNAPSHOT begins
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Mar 27, 2021
1 parent 7c07402 commit d3d27d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -295,7 +295,7 @@ lazy val enumeratumPlayJson = crossProject(JSPlatform, JVMPlatform)
.jsSettings(jsTestSettings: _*)
.settings(
name := "enumeratum-play-json",
version := "1.6.3",
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",
version := "1.6.4-SNAPSHOT",
crossScalaVersions := Seq(scala_2_12Version, scala_2_13Version),
libraryDependencies ++=
Seq(
Expand Down

0 comments on commit d3d27d7

Please sign in to comment.