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 0421890 commit 2fcbde7Copy full SHA for 2fcbde7
project/BuildSettings.scala
@@ -6,7 +6,7 @@ object BuildSettings {
6
7
val commonSettings = Defaults.coreDefaultSettings ++ Seq(
8
organization := "org.longevityframework",
9
- version := "0.27-SNAPSHOT",
+ version := "0.27.0",
10
scalaVersion := Dependencies.scalaVersionString,
11
crossScalaVersions := Seq("2.11.12", Dependencies.scalaVersionString))
12
0 commit comments