Skip to content

Commit 408a5ba

Browse files
committed
Bump the IR version to 1.11 for the upcoming changes.
1 parent d5b1fa8 commit 408a5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ir/shared/src/main/scala/org/scalajs/ir/ScalaJSVersions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import scala.util.matching.Regex
1818

1919
object ScalaJSVersions extends VersionChecks(
2020
current = "1.11.0-SNAPSHOT",
21-
binaryEmitted = "1.8"
21+
binaryEmitted = "1.11-SNAPSHOT"
2222
)
2323

2424
/** Helper class to allow for testing of logic. */

0 commit comments

Comments
 (0)