File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
ir/src/main/scala/org/scalajs/core/ir Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ object ScalaJSVersions {
10
10
*/
11
11
12
12
/** Scala.js version. */
13
- val current : String = " 0.6.23 "
13
+ val current : String = " 0.6.24-SNAPSHOT "
14
14
15
15
/** true iff the Scala.js version is a snapshot version. */
16
16
val currentIsSnapshot : Boolean = current endsWith " -SNAPSHOT"
Original file line number Diff line number Diff line change @@ -8,11 +8,6 @@ object BinaryIncompatibilities {
8
8
)
9
9
10
10
val Tools = Seq (
11
- // private[linker], not an issue
12
- ProblemFilters .exclude[DirectMissingMethodProblem ](
13
- " org.scalajs.core.tools.linker.StandardLinker#Config.outputMode" ),
14
- ProblemFilters .exclude[DirectMissingMethodProblem ](
15
- " org.scalajs.core.tools.linker.StandardLinker#Config.withOutputMode" )
16
11
)
17
12
18
13
val JSEnvs = Seq (
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ object Build {
57
57
val shouldPartest = settingKey[Boolean ](
58
58
" Whether we should partest the current scala version (and fail if we can't)" )
59
59
60
- val previousVersion = " 0.6.22 "
60
+ val previousVersion = " 0.6.23 "
61
61
val previousSJSBinaryVersion =
62
62
ScalaJSCrossVersion .binaryScalaJSVersion(previousVersion)
63
63
val previousBinaryCrossVersion =
You can’t perform that action at this time.
0 commit comments