We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f2e25 commit e8ed694Copy full SHA for e8ed694
project/Build.scala
@@ -83,11 +83,10 @@ object Build {
83
val referenceVersion = "3.2.0-RC2"
84
85
val baseVersion = "3.2.1-RC1"
86
- //val referenceVersion = "3.1.3-RC2"
87
- //val referenceVersion = "3.2.0-RC1-bin-SNAPSHOT"
88
89
- //val baseVersion = "3.2.0-RC1"
90
- //val baseVersion = "3.2.0-RC2"
+ //val referenceVersion = "3.2.1-RC1-bin-SNAPSHOT"
+
+ //val baseVersion = "3.2.2-RC1"
91
92
// Versions used by the vscode extension to create a new project
93
// This should be the latest published releases.
@@ -796,7 +795,7 @@ object Build {
796
795
)
797
},
798
scalacOptions ++= Seq(
799
- //"-Wunused:imports",
+ "-Wunused:imports",
800
//"-rewrite",
801
//"-Yrewrite-imports",
802
),
0 commit comments