Skip to content

Commit 8233b18

Browse files
authored
Upgrade to latest libs (#120)
1 parent 09f8809 commit 8233b18

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 := "3.3.1"
18-
crossScalaVersions := Seq("2.13.12", scalaVersion.value)
17+
scalaVersion := "3.3.6"
18+
crossScalaVersions := Seq("2.13.16", 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.9.7
1+
sbt.version=1.10.11

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("org.playframework.twirl" % "sbt-twirl" % "2.0.1")
4-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
3+
addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.8")
4+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")

0 commit comments

Comments
 (0)