Skip to content

Commit 8037986

Browse files
Bump version to 4.0.0-M1 for release.
1 parent 8bc8f8d commit 8037986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Dependencies._
22
import LiftSbtHelpers._
33

44
ThisBuild / organization := "net.liftweb"
5-
ThisBuild / version := "4.0.0-SNAPSHOT"
5+
ThisBuild / version := "4.0.0-M1"
66
ThisBuild / homepage := Some(url("https://www.liftweb.net"))
77
ThisBuild / licenses += ("Apache License, Version 2.0", url("https://www.apache.org/licenses/LICENSE-2.0.txt"))
88
ThisBuild / startYear := Some(2006)
@@ -40,7 +40,7 @@ ThisBuild / resolvers ++= Seq(
4040
"releases" at "https://oss.sonatype.org/content/repositories/releases"
4141
)
4242

43-
lazy val liftProjects = core ++ web
43+
lazy val liftProjects = core ++ web
4444

4545
lazy val framework =
4646
liftProject("lift-framework", file("."))

0 commit comments

Comments
 (0)