Skip to content

Commit df81197

Browse files
committed
Bump the version to 1.7.0-SNAPSHOT.
For the upcoming changes to `java.util.regex.*`.
1 parent ecb47df commit df81197

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
@@ -17,7 +17,7 @@ import java.util.concurrent.ConcurrentHashMap
1717
import scala.util.matching.Regex
1818

1919
object ScalaJSVersions extends VersionChecks(
20-
current = "1.6.1-SNAPSHOT",
20+
current = "1.7.0-SNAPSHOT",
2121
binaryEmitted = "1.6"
2222
)
2323

0 commit comments

Comments
 (0)