Update to Scala 3.3.1

This commit is contained in:
Eugene Yokota 2023-11-24 21:42:56 -05:00 committed by Adrien Piquerez
parent ef6c4898cc
commit e679242f12
4 changed files with 5 additions and 3 deletions

View File

@ -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,

View File

@ -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"

View File

@ -1 +1 @@
sbt.version=1.8.0
sbt.version=1.9.7

View File

@ -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")