Skip to content

Commit

Permalink
Upgrade to SBT 1.2.8, Scala 2.13.0, Twirl 1.4.2 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
randm-ch authored and vmunier committed Jul 5, 2019
1 parent e33d233 commit 5360e07
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ organization := "com.vmunier"

homepage := Some(url("https://github.com/vmunier/scalajs-scripts"))

scalaVersion := "2.12.5"
scalaVersion := "2.13.0"

crossScalaVersions := Seq("2.10.7", "2.11.12", scalaVersion.value)
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.8", scalaVersion.value)

enablePlugins(SbtTwirl)

Expand All @@ -18,7 +18,6 @@ scalacOptions ++= Seq(
"-encoding", "utf8",
"-deprecation", "-feature", "-unchecked", "-Xlint",
"-Xfuture",
"-Yno-adapted-args",
"-Ywarn-dead-code",
"-Ywarn-numeric-widen",
"-Ywarn-value-discard"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.1.1
sbt.version=1.2.8
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/"

addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.15")
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.4.2")
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.5")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")

0 comments on commit 5360e07

Please sign in to comment.