Skip to content

Commit

Permalink
Towards 0.6.32.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed Nov 21, 2019
1 parent 29b6440 commit 6dbc8be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -22,7 +22,7 @@ object ScalaJSVersions {
*/

/** Scala.js version. */
val current: String = "0.6.31"
val current: String = "0.6.32-SNAPSHOT"

/** true iff the Scala.js version is a snapshot version. */
val currentIsSnapshot: Boolean = current endsWith "-SNAPSHOT"
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -64,7 +64,7 @@ object Build {
val shouldPartest = settingKey[Boolean](
"Whether we should partest the current scala version (and fail if we can't)")

val previousVersion = "0.6.30"
val previousVersion = "0.6.31"
val previousSJSBinaryVersion =
ScalaJSCrossVersion.binaryScalaJSVersion(previousVersion)
val previousBinaryCrossVersion =
Expand Down

0 comments on commit 6dbc8be

Please sign in to comment.