Skip to content

Commit

Permalink
[Release] Sjs 1.0 Play JSON and Argonaut (#289)
Browse files Browse the repository at this point in the history
* argonaut and play 1.6.1 release

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

* argonaut and play 1.6.2-SNAPSHOT begin

Signed-off-by: Lloyd <lloydmeta@gmail.com>
  • Loading branch information
lloydmeta committed Aug 1, 2020
1 parent 57c9ed2 commit ea8f43a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
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 ea8f43a

Please sign in to comment.