Skip to content

Commit

Permalink
update scaka-js to 1..16 also in the compiler plugin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rssh committed Mar 25, 2024
1 parent 8a08282 commit acbc0cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ 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.14.0").cross(CrossVersion.for3Use2_13) % "test",
("org.scala-js" %% "scalajs-ir" % "1.14.0").cross(CrossVersion.for3Use2_13) % "test",
("org.scala-js" %% "scalajs-library" % "1.14.0").cross(CrossVersion.for3Use2_13) % "test",
("org.scala-js" %% "scalajs-linker" % "1.16.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",
),
// TODO: split test into subdirectories.
Expand Down

0 comments on commit acbc0cc

Please sign in to comment.