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 62da9bb commit 6fced4fCopy full SHA for 6fced4f
project/BuildSettings.scala
@@ -6,7 +6,7 @@ object BuildSettings {
6
7
val commonSettings = Defaults.coreDefaultSettings ++ Seq(
8
organization := "org.longevityframework",
9
- version := "0.25-SNAPSHOT",
+ version := "0.25.0",
10
scalaVersion := Dependencies.scalaVersionString,
11
crossScalaVersions := Seq("2.11.11", Dependencies.scalaVersionString))
12
0 commit comments