8000 Version 1.5.0. · renowncoder/scala-js@c3e2db3 · GitHub
[go: up one dir, main page]

Skip to content

Commit c3e2db3

Browse files
committed
Version 1.5.0.
1 parent ff0627a commit c3e2db3

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.5.0-SNAPSHOT",
21-
binaryEmitted = "1.5-SNAPSHOT"
20+
current = "1.5.0",
21+
binaryEmitted = "1.5"
2222
)
2323

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

0 commit comments

Comments
 (0)
0