Skip to content

Commit

Permalink
Update scalajs-sbt-test-adapter_2.13 to 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 29, 2024
1 parent 0e4f794 commit bc6a836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object Scala {
val runnerScalaVersions = runnerScala3 +: allScala2
val testRunnerScalaVersions = runnerScalaVersions ++ allScala3

def scalaJs = "1.16.0"
def scalaJs = "1.17.0"
def scalaJsCli = "1.16.0.1" // this must be compatible with the Scala.js version

def listAll: Seq[String] = {
Expand Down

0 comments on commit bc6a836

Please sign in to comment.