Skip to content

Commit

Permalink
Version 1.16.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed Mar 17, 2024
1 parent 34f86b8 commit ba98bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ir/shared/src/main/scala/org/scalajs/ir/ScalaJSVersions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import java.util.concurrent.ConcurrentHashMap
import scala.util.matching.Regex

object ScalaJSVersions extends VersionChecks(
current = "1.16.0-SNAPSHOT",
binaryEmitted = "1.16-SNAPSHOT"
current = "1.16.0",
binaryEmitted = "1.16"
)

/** Helper class to allow for testing of logic. */
Expand Down

2 comments on commit ba98bb2

@sjrd
Copy link
Member Author

@sjrd sjrd commented on ba98bb2 Mar 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sjrd
Copy link
Member Author

@sjrd sjrd commented on ba98bb2 Mar 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's on Maven Central :)

Please sign in to comment.