Skip to content

Commit

Permalink
Version in build
Browse files Browse the repository at this point in the history
  • Loading branch information
som-snytt committed Jul 24, 2022
1 parent 55f2e25 commit e8ed694
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,10 @@ object Build {
val referenceVersion = "3.2.0-RC2"

val baseVersion = "3.2.1-RC1"
//val referenceVersion = "3.1.3-RC2"
//val referenceVersion = "3.2.0-RC1-bin-SNAPSHOT"

//val baseVersion = "3.2.0-RC1"
//val baseVersion = "3.2.0-RC2"
//val referenceVersion = "3.2.1-RC1-bin-SNAPSHOT"

//val baseVersion = "3.2.2-RC1"

// Versions used by the vscode extension to create a new project
// This should be the latest published releases.
Expand Down Expand Up @@ -796,7 +795,7 @@ object Build {
)
},
scalacOptions ++= Seq(
//"-Wunused:imports",
"-Wunused:imports",
//"-rewrite",
//"-Yrewrite-imports",
),
Expand Down

0 comments on commit e8ed694

Please sign in to comment.