Skip to content

Commit

Permalink
Bump version to 4.0.0-M1 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
farmdawgnation committed Sep 2, 2024
1 parent 8bc8f8d commit 8037986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Dependencies._
import LiftSbtHelpers._

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

lazy val liftProjects = core ++ web
lazy val liftProjects = core ++ web

lazy val framework =
liftProject("lift-framework", file("."))
Expand Down

0 comments on commit 8037986

Please sign in to comment.