Skip to content

Commit

Permalink
update of scala-js version in test infrastrcture
Browse files Browse the repository at this point in the history
  • Loading branch information
rssh committed Oct 7, 2024
1 parent 29d8b75 commit ded36a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ lazy val compilerPlugin = project.in(file("compiler-plugin"))
libraryDependencies ++= Seq(
"org.scala-lang" %% "scala3-compiler" % scalaVersion.value % "provided",
"com.github.sbt" % "junit-interface" % "0.13.3" % "test",
("org.scala-js" %% "scalajs-linker" % "1.16.0").cross(CrossVersion.for3Use2_13) % "test",
("org.scala-js" %% "scalajs-linker" % "1.17.0").cross(CrossVersion.for3Use2_13) % "test",
//("org.scala-js" %% "scalajs-ir" % "1.16.0").cross(CrossVersion.for3Use2_13) % "test",
//("org.scala-js" %% "scalajs-library" % "1.16.0").cross(CrossVersion.for3Use2_13) % "test",
("org.scala-js" %% "scalajs-env-nodejs" % "1.4.0").cross(CrossVersion.for3Use2_13) % "test",
Expand Down

0 comments on commit ded36a1

Please sign in to comment.