Skip to content

Commit

Permalink
Version 1.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed Dec 9, 2021
1 parent 7c75ba3 commit d693a87
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.8.0-SNAPSHOT",
binaryEmitted = "1.8-SNAPSHOT"
current = "1.8.0",
binaryEmitted = "1.8"
)

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

1 comment on commit d693a87

@sjrd
Copy link
Member Author

@sjrd sjrd commented on d693a87 Dec 9, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.