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