8000 Bump the IR version to 1.19-SNAPSHOT for the upcoming changes. · scala-js/scala-js@7a05348 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a05348

Browse files
committed
Bump the IR version to 1.19-SNAPSHOT for the upcoming changes.
1 parent e7b4f69 commit 7a05348

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.19.0-SNAPSHOT",
21-
binaryEmitted = "1.18"
21+
binaryEmitted = "1.19-SNAPSHOT"
2222
)
2323

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

0 commit comments

Comments
 (0)
0