8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01cc18 commit 12a900aCopy full SHA for 12a900a
ir/src/main/scala/org/scalajs/core/ir/ScalaJSVersions.scala
@@ -33,7 +33,7 @@ object ScalaJSVersions {
33
* - a prior release version (i.e. "0.5.0", *not* "0.5.0-SNAPSHOT")
34
* - `current`
35
*/
36
- val binaryEmitted: String = "0.6.17"
+ val binaryEmitted: String = current
37
38
/** Versions whose binary files we can support (used by deserializer) */
39
val binarySupported: Set[String] = {
0 commit comments