Skip to content

Commit

Permalink
Merge be5418e into 57c9ed2
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Aug 1, 2020
2 parents 57c9ed2 + be5418e commit 0b80098
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -298,7 +298,7 @@ lazy val enumeratumPlayJson = crossProject(JSPlatform, JVMPlatform)
.jsSettings(jsTestSettings: _*)
.settings(
name := "enumeratum-play-json",
version := "1.6.1-SNAPSHOT",
version := "1.6.2-SNAPSHOT",
libraryDependencies ++= {
Seq(
"com.typesafe.play" %%% "play-json" % thePlayJsonVersion(scalaVersion.value),
Expand All @@ -320,7 +320,7 @@ lazy val enumeratumPlay = Project(id = "enumeratum-play", base = file("enumeratu
.settings(commonWithPublishSettings: _*)
.settings(testSettings: _*)
.settings(
version := "1.6.1-SNAPSHOT",
version := "1.6.2-SNAPSHOT",
crossScalaVersions := scalaVersionsAll,
libraryDependencies ++=
Seq(
Expand Down Expand Up @@ -370,7 +370,7 @@ lazy val enumeratumArgonaut = crossProject(JSPlatform, JVMPlatform)
.jsSettings(jsTestSettings: _*)
.settings(
name := "enumeratum-argonaut",
version := "1.6.1-SNAPSHOT",
version := "1.6.2-SNAPSHOT",
crossScalaVersions := scalaVersionsAll,
libraryDependencies ++= {
Seq(
Expand Down

0 comments on commit 0b80098

Please sign in to comment.