forked from playframework/twirl
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scala 2.13.0-RC1 (playframework#213)
Backport won't be clean since here we are removing Scala 2.11 and we should keep it in branch 1.4.x. (cherry picked from commit d81deb6)
- Loading branch information
1 parent
f9cbcd6
commit ece85cf
Showing
4 changed files
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ scala: | |
- 2.12.8 | ||
- 2.11.12 | ||
- 2.10.7 | ||
- 2.13.0-RC1 | ||
|
||
script: | ||
- sbt "+++ $TRAVIS_SCALA_VERSION test" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
addSbtPlugin("com.typesafe.play" % "interplay" % sys.props.get("interplay.version").getOrElse("2.0.5")) | ||
addSbtPlugin("com.typesafe.play" % "interplay" % sys.props.get("interplay.version").getOrElse("2.0.6")) | ||
|
||
// For the Cross Build | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.25") | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.27") | ||
|
||
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0") | ||
|
||
addSbtPlugin("com.eed3si9n" % "sbt-doge" % "0.1.5") | ||
|
||
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0") | ||
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0") |
2 changes: 1 addition & 1 deletion
2
sbt-twirl/src/sbt-test/twirl/scalajs-compile/project/plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % sys.props("project.version")) | ||
|
||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.24") | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.27") |