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 512714b commit a9f17baCopy full SHA for a9f17ba
project/BuildSettings.scala
@@ -6,7 +6,7 @@ object BuildSettings {
6
7
val commonSettings = Defaults.coreDefaultSettings ++ Seq(
8
organization := "org.longevityframework",
9
- version := "0.20-SNAPSHOT",
+ version := "0.20.0",
10
scalaVersion := Dependencies.scalaVersionString,
11
crossScalaVersions := Seq("2.11.8", "2.12.0"))
12
0 commit comments