diff --git a/project/deps.sc b/project/deps.sc index 02f68a175f..213d5a7575 100644 --- a/project/deps.sc +++ b/project/deps.sc @@ -28,7 +28,7 @@ object Scala { val testRunnerScalaVersions = runnerScalaVersions ++ allScala3 def scalaJs = "1.17.0" - def scalaJsCli = "1.16.0.1" // this must be compatible with the Scala.js version + def scalaJsCli = scalaJs // this must be compatible with the Scala.js version def listAll: Seq[String] = { def patchVer(sv: String): Int =