8000 Bump the version to 1.20.0-SNAPSHOT for the upcoming changes. · sjrd/scala-js@ce4276e · GitHub
[go: up one dir, main page]

Skip to content

Commit ce4276e

Browse files
committed
Bump the version to 1.20.0-SNAPSHOT for the upcoming changes.
As well as the IR version to 1.20-SNAPSHOT.
1 parent b53a090 commit ce4276e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import java.util.concurrent.ConcurrentHashMap
1717
import scala.util.matching.Regex
1818

1919
object ScalaJSVersions extends VersionChecks(
20-
current = "1.19.1-SNAPSHOT",
21-
binaryEmitted = "1.19"
20+
current = "1.20.0-SNAPSHOT",
21+
binaryEmitted = "1.20-SNAPSHOT"
2222
)
2323

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

0 commit comments

Comments
 (0)
0