Skip to content

Commit

Permalink
js-env and node - 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rssh committed Nov 20, 2023
1 parent 87094e3 commit 1e9d1d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,8 @@ 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-js-envs" % "1.14.0").cross(CrossVersion.for3Use2_13) % "test",
("org.scala-js" %% "scalajs-env-nodejs" % "1.14.0").cross(CrossVersion.for3Use2_13) % "test",
("org.scala-js" %% "scalajs-linker" % "1.4.0").cross(CrossVersion.for3Use2_13) % "test",
("org.scala-js" %% "scalajs-env-nodejs" % "1.4.0").cross(CrossVersion.for3Use2_13) % "test",
("org.scala-js" %% "scalajs-library" % "1.14.0").cross(CrossVersion.for3Use2_13) % "test"
),
// TODO: split test into subdirectories.
Expand Down

0 comments on commit 1e9d1d2

Please sign in to comment.