-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
21 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.6.2 | ||
sbt.version=1.9.6 |
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,13 +1,13 @@ | ||
// needed for the tests (ci/checksourcemaps.sh) | ||
addSbtPlugin("org.foundweekends.giter8" % "sbt-giter8" % "0.13.1") | ||
addSbtPlugin("org.foundweekends.giter8" % "sbt-giter8" % "0.16.2") | ||
// needed to make sbt-giter8 work with SBT >= v1.2.x | ||
libraryDependencies += { "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value } | ||
|
||
// add the below dependencies in the template build, so that Scala Steward can update versions in the giter8 template | ||
addSbtPlugin("com.vmunier" % "sbt-web-scalajs" % "1.2.0") | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0") | ||
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") | ||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.1") | ||
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.7") | ||
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.1") | ||
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0") | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") | ||
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") | ||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3") | ||
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") | ||
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.1") | ||
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") |
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 +1 @@ | ||
sbt.version=1.6.2 | ||
sbt.version=1.9.6 |
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,7 +1,7 @@ | ||
addSbtPlugin("com.vmunier" % "sbt-web-scalajs" % "1.2.0") | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0") | ||
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") | ||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.1") | ||
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.7") | ||
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.1") | ||
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0") | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") | ||
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") | ||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3") | ||
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") | ||
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.1") | ||
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") |