Skip to content

Commit

Permalink
Upgrade to Scala v2.12.0, SBT v0.13.13 and Twirl v1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmunier committed Nov 10, 2016
1 parent 6d98a7d commit fab19c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.11.8"
scalaVersion := "2.12.0"

crossScalaVersions := Seq("2.10.6", scalaVersion.value)
crossScalaVersions := Seq("2.10.6", "2.11.8", scalaVersion.value)

enablePlugins(SbtTwirl)

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=0.13.11
sbt.version=0.13.13
2 changes: 1 addition & 1 deletion 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.1.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.0")
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

0 comments on commit fab19c7

Please sign in to comment.