We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97e553 commit ee1997bCopy full SHA for ee1997b
build.sbt
@@ -2,7 +2,7 @@ import Dependencies._
2
import LiftSbtHelpers._
3
4
ThisBuild / organization := "net.liftweb"
5
-ThisBuild / version := "4.0.0-SNAPSHOT"
+ThisBuild / version := "4.0.0-M4"
6
ThisBuild / homepage := Some(url("https://www.liftweb.net"))
7
ThisBuild / licenses += ("Apache License, Version 2.0", url("https://www.apache.org/licenses/LICENSE-2.0.txt"))
8
ThisBuild / startYear := Some(2006)
project/metals.sbt
@@ -3,6 +3,6 @@
// This file enables sbt-bloop to create bloop config files.
-addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.10")
+addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.18")
// format: on
0 commit comments