We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323cf80 commit d224557Copy full SHA for d224557
project/common.scala
@@ -14,7 +14,7 @@ object Common {
14
)
15
16
val settings: Seq[Setting[_]] = Seq(
17
- version := "2.0.0-SNAPSHOT",
+ version := "2.0.0",
18
19
crossScalaVersions := Seq("2.13.14", "3.3.3"),
20
0 commit comments