Skip to content

Commit

Permalink
Release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordyjan committed Jan 20, 2022
1 parent 02167a0 commit d0e5cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ object DottyJSPlugin extends AutoPlugin {
object Build {
val referenceVersion = "3.1.0"

val baseVersion = "3.1.1-RC2"
val baseVersion = "3.1.1"

// Versions used by the vscode extension to create a new project
// This should be the latest published releases.
Expand All @@ -76,7 +76,7 @@ object Build {
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
* 3.0.x release.
*/
val previousDottyVersion = "3.1.1-RC1"
val previousDottyVersion = "3.1.0"

object CompatMode {
final val BinaryCompatible = 0
Expand Down

0 comments on commit d0e5cc4

Please sign in to comment.