We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e74e41 commit 18d5234Copy full SHA for 18d5234
build.sbt
@@ -2,7 +2,7 @@ import Dependencies._
2
import LiftSbtHelpers._
3
4
organization in ThisBuild := "net.liftweb"
5
-version in ThisBuild := "3.5.0-SNAPSHOT"
+version in ThisBuild := "3.5.0-RC1"
6
homepage in ThisBuild := Some(url("http://www.liftweb.net"))
7
licenses in ThisBuild += ("Apache License, Version 2.0", url("http://www.apache.org/licenses/LICENSE-2.0.txt"))
8
startYear in ThisBuild := Some(2006)
0 commit comments