mirror of https://github.com/sbt/sbt.git
Update to Scala 3.3.1
This commit is contained in:
parent
ef6c4898cc
commit
e679242f12
|
|
@ -16,7 +16,7 @@ inThisBuild(List(
|
|||
)
|
||||
),
|
||||
semanticdbEnabled := true,
|
||||
semanticdbVersion := "4.5.9",
|
||||
semanticdbVersion := "4.8.14",
|
||||
scalafixDependencies += "net.hamnaberg" %% "dataclass-scalafix" % dataclassScalafixV,
|
||||
version := "2.0.0-alpha7-SNAPSHOT",
|
||||
scalaVersion := scala3,
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ object Settings {
|
|||
|
||||
def scala212 = "2.12.16"
|
||||
def scala213 = "2.13.8"
|
||||
def scala3 = "3.2.1"
|
||||
def scala3 = "3.3.1"
|
||||
|
||||
def targetSbtVersion = "1.2.8"
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
sbt.version=1.8.0
|
||||
sbt.version=1.9.7
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
semanticdbEnabled := false
|
||||
|
||||
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
|
||||
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0")
|
||||
// addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.1.0")
|
||||
|
|
|
|||
Loading…
Reference in New Issue