Skip to content

Commit

Permalink
Upgrade to the latest libs
Browse files Browse the repository at this point in the history
  • Loading branch information
vmunier committed Sep 18, 2023
1 parent ee6f0ba commit bbc65bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ inThisBuild(List(
))

name := "scalajs-scripts"
scalaVersion := "2.13.8"
crossScalaVersions := Seq("2.12.15", scalaVersion.value)
scalaVersion := "2.13.12"
crossScalaVersions := Seq("2.12.18", 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=1.6.2
sbt.version=1.9.6
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/"

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

0 comments on commit bbc65bf

Please sign in to comment.