Skip to content

Commit b64b629

Browse files
authored
Upgrade to the latest libs (#91)
1 parent ee6f0ba commit b64b629

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ inThisBuild(List(
1414
))
1515

1616
name := "scalajs-scripts"
17-
scalaVersion := "2.13.8"
18-
crossScalaVersions := Seq("2.12.15", scalaVersion.value)
17+
scalaVersion := "2.13.12"
18+
crossScalaVersions := Seq("2.12.18", scalaVersion.value)
1919

2020
enablePlugins(SbtTwirl)
2121

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.6.2
1+
sbt.version=1.9.6

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/"
22

3-
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.1")
4-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9")
3+
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.1")
4+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

0 commit comments

Comments
 (0)