Skip to content

Commit

Permalink
Play integrations 1.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Feb 2, 2019
1 parent 06d2e2b commit 62b4959
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ lazy val enumeratumPlayJson = crossProject(JSPlatform, JVMPlatform)
.settings(testSettings: _*)
.settings(
name := "enumeratum-play-json",
version := s"1.5.14",
version := s"1.5.15",
crossScalaVersions := {
val versions = {
if (ScalaJSPlugin.autoImport.jsDependencies.?.value.isDefined)
Expand All @@ -273,7 +273,7 @@ lazy val enumeratumPlay = Project(id = "enumeratum-play", base = file("enumeratu
.settings(commonWithPublishSettings: _*)
.settings(testSettings: _*)
.settings(
version := s"1.5.15-SNAPSHOT",
version := s"1.5.15",
crossScalaVersions := scalaVersionsAll,
libraryDependencies ++= Seq(
"com.typesafe.play" %% "play" % thePlayVersion(scalaVersion.value),
Expand Down
4 changes: 3 additions & 1 deletion publish-integration-libs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ say "Done 1" &&
say "Done 2" &&
sbt "project enumeratum-reactivemongo-bson" +clean +publishSigned &&
say "Done 3" &&
sbt "project play-json-aggregate" +clean +publishSigned &&
# sbt "project play-json-aggregate" +clean +publishSigned && # Doesn't work; 2.10 tries to publish a 2.13 POM
sbt "project enumeratumPlayJsonJVM" +clean +publishSigned &&
sbt "project enumeratumPlayJsonJS" +clean +publishSigned &&
say "Done 4" &&
sbt "project enumeratum-play" +clean +publishSigned &&
say "Done 5" &&
Expand Down

0 comments on commit 62b4959

Please sign in to comment.