We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59fa469 commit 46f6c82Copy full SHA for 46f6c82
project/common.scala
@@ -13,7 +13,7 @@ object Common {
13
)
14
15
val settings: Seq[Setting[_]] = ls.Plugin.lsSettings ++ Seq(
16
- version := "0.12.2-SNAPSHOT",
+ version := "0.12.2",
17
18
crossScalaVersions := Seq("2.11.8", "2.12.2"),
19
0 commit comments