Skip to content

Commit ee1997b

Browse files
chore: bump version to 4.0.0-M4 for release
1 parent b97e553 commit ee1997b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
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-M4"
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)

project/metals.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
// This file enables sbt-bloop to create bloop config files.
55

6-
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.10")
6+
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.18")
77

88
// format: on

0 commit comments

Comments
 (0)