Skip to content

Commit

Permalink
Fix up publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Aug 26, 2018
1 parent 4add463 commit 70498c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ lazy val enumeratumReactiveMongoBson =
)
)

lazy val enumeratumPlayJsonAggregate =
aggregateProject("enumeratumPlayJson", enumeratumPlayJsonJs, enumeratumPlayJsonJvm).settings(
lazy val playJsonAggregate =
aggregateProject("play-json", enumeratumPlayJsonJs, enumeratumPlayJsonJvm).settings(
crossScalaVersions := {
val versions = {
if (ScalaJSPlugin.autoImport.jsDependencies.?.value.isDefined)
Expand All @@ -190,7 +190,7 @@ lazy val enumeratumPlayJson = crossProject
.settings(testSettings: _*)
.settings(
name := "enumeratum-play-json",
version := s"1.5.15-SNAPSHOT",
version := s"1.5.14",
crossScalaVersions := {
val versions = {
if (ScalaJSPlugin.autoImport.jsDependencies.?.value.isDefined)
Expand Down
2 changes: 1 addition & 1 deletion publish-integration-libs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sbt "project upickle-aggregate" +clean +publishSigned &&
say "Done 2" &&
sbt "project enumeratum-reactivemongo-bson" +clean +publishSigned &&
say "Done 3" &&
sbt "project enumeratum-play-json" +clean +publishSigned &&
sbt "project play-json-aggregate" +clean +publishSigned &&
say "Done 4" &&
sbt "project enumeratum-play" +clean +publishSigned &&
say "Done 5" &&
Expand Down

0 comments on commit 70498c0

Please sign in to comment.