10000 Version 1.16.0. · scala-js/scala-js@ba98bb2 · GitHub
[go: up one dir, main page]

Skip to content

Commit ba98bb2

Browse files
committed
Version 1.16.0.
1 parent 34f86b8 commit ba98bb2

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.16.0-SNAPSHOT",
21-
binaryEmitted = "1.16-SNAPSHOT"
20+
current = "1.16.0",
21+
binaryEmitted = "1.16"
2222
)
2323

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

0 commit comments

Comments
 (0)
0