Skip to content

Commit f82d9a3

Browse files
committed
scalajs-ir has now been published for 2.13
1 parent 6e32d39 commit f82d9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ object Build {
598598
ivyConfigurations += SourceDeps.hide,
599599
transitiveClassifiers := Seq("sources"),
600600
libraryDependencies +=
601-
("org.scala-js" % "scalajs-ir_2.13.0-RC2" % scalaJSVersion % "sourcedeps").withDottyCompat(scalaVersion.value),
601+
("org.scala-js" %% "scalajs-ir" % scalaJSVersion % "sourcedeps").withDottyCompat(scalaVersion.value),
602602
sourceGenerators in Compile += Def.task {
603603
val s = streams.value
604604
val cacheDir = s.cacheDirectory

0 commit comments

Comments
 (0)