Skip to content

Commit 149eedc

Browse files
committed
update scala3 version
1 parent fb18a6d commit 149eedc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ lazy val baseSettings = Seq(
4646
scalatest.scalatest % Test
4747
),
4848
ThisBuild / scalafixScalaBinaryVersion := CrossVersion.binaryScalaVersion(scalaVersion.value),
49-
semanticdbEnabled := true,
49+
semanticdbEnabled := false,
5050
semanticdbVersion := scalafixSemanticdb.revision,
5151
Test / publishArtifact := false,
5252
Test / fork := true,

project/Dependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ object Dependencies {
44

55
object Versions {
66
val scala212Version = "2.12.13"
7-
val scala213Version = "2.13.5"
8-
val scala3Version = "3.0.0-RC2"
9-
val scalaTestVersion = "3.2.7"
7+
val scala213Version = "2.13.6"
8+
val scala3Version = "3.0.0"
9+
val scalaTestVersion = "3.2.9"
1010
val logbackVersion = "1.2.3"
1111
val scalaCollectionCompatVersion = "2.4.4"
1212
val dockerJavaVersion = "3.2.8"

0 commit comments

Comments
 (0)