File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments