-
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #547 from mkurz/scala-xml_2.1.0
Scala 2.12.17 / 2.13.9 + scala-xml 2.1.0
- Loading branch information
Showing
7 changed files
with
19 additions
and
12 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
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
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,6 +1,6 @@ | ||
object Dependencies { | ||
val Scala212 = "2.12.16" | ||
val Scala213 = "2.13.8" | ||
val Scala212 = "2.12.17" | ||
val Scala213 = "2.13.9" | ||
val Scala3 = "3.2.0" | ||
val ScalaVersions = Seq(Scala212, Scala213, Scala3) | ||
} |
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 +1,5 @@ | ||
lazy val plugins = (project in file(".")).settings( | ||
scalaVersion := "2.12.17", // TODO: remove when upgraded to sbt 1.8.0 (maybe even 1.7.2), see https://github.com/sbt/sbt/pull/7021 | ||
) | ||
|
||
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % sys.props("project.version")) |
4 changes: 4 additions & 0 deletions
4
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,2 +1,6 @@ | ||
lazy val plugins = (project in file(".")).settings( | ||
scalaVersion := "2.12.17", // TODO: remove when upgraded to sbt 1.8.0 (maybe even 1.7.2), see https://github.com/sbt/sbt/pull/7021 | ||
) | ||
|
||
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % sys.props("project.version")) | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.11.0") |