Skip to content

Commit

Permalink
Merge pull request #184 from olafurpg/M5
Browse files Browse the repository at this point in the history
Update CI release scripts to publish for 2.13.0-M5
  • Loading branch information
olafurpg authored Sep 27, 2018
2 parents 20d1348 + 0619ee7 commit 81f26d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bin/publishSigned.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ sbt ++2.11.12 \
sbt ++2.12.6 \
utestJS/publishSigned \
utestJVM/publishSigned
sbt ++2.13.0-M3 \
sbt ++2.13.0-M5 \
utestJS/publishSigned \
utestJVM/publishSigned

SCALAJS_VERSION=1.0.0-M5 sbt ++2.11.12 utestJS/publishSigned
SCALAJS_VERSION=1.0.0-M5 sbt ++2.12.6 utestJS/publishSigned
SCALAJS_VERSION=1.0.0-M5 sbt ++2.13.0-M3 utestJS/publishSigned
SCALAJS_VERSION=1.0.0-M5 sbt ++2.13.0-M5 utestJS/publishSigned
6 changes: 3 additions & 3 deletions bin/testRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ VERSION=$1
coursier fetch com.lihaoyi:utest_2.10:$VERSION
coursier fetch com.lihaoyi:utest_2.11:$VERSION
coursier fetch com.lihaoyi:utest_2.12:$VERSION
coursier fetch com.lihaoyi:utest_2.13.0-M3:$VERSION
coursier fetch com.lihaoyi:utest_2.13.0-M5:$VERSION
coursier fetch com.lihaoyi:utest_2.13.0-M5:$VERSION
coursier fetch com.lihaoyi:utest_native0.3_2.11:$VERSION
coursier fetch com.lihaoyi:utest_sjs0.6_2.10:$VERSION
coursier fetch com.lihaoyi:utest_sjs0.6_2.11:$VERSION
coursier fetch com.lihaoyi:utest_sjs0.6_2.12:$VERSION
coursier fetch com.lihaoyi:utest_sjs0.6_2.13.0-M3:$VERSION
coursier fetch com.lihaoyi:utest_sjs0.6_2.13.0-M5:$VERSION
coursier fetch com.lihaoyi:utest_sjs0.6_2.13.0-M5:$VERSION
coursier fetch com.lihaoyi:utest_sjs1.0.0-M5_2.11:$VERSION
coursier fetch com.lihaoyi:utest_sjs1.0.0-M5_2.12:$VERSION
coursier fetch com.lihaoyi:utest_sjs1.0.0-M5_2.13.0-M3:$VERSION
coursier fetch com.lihaoyi:utest_sjs1.0.0-M5_2.13.0-M5:$VERSION
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import sbt.addCompilerPlugin
name in ThisBuild := "utest"
organization in ThisBuild := "com.lihaoyi"
scalaVersion in ThisBuild := "2.12.6"
crossScalaVersions in ThisBuild := Seq("2.10.7", "2.11.12", "2.12.6", "2.13.0-M3", "2.13.0-M5")
crossScalaVersions in ThisBuild := Seq("2.10.7", "2.11.12", "2.12.6", "2.13.0-M5")
updateOptions in ThisBuild := (updateOptions in ThisBuild).value.withCachedResolution(true)
incOptions in ThisBuild := (incOptions in ThisBuild).value.withLogRecompileOnMacro(false)
//triggeredMessage in ThisBuild := Watched.clearWhenTriggered
Expand Down

0 comments on commit 81f26d5

Please sign in to comment.