We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ad5d0 commit 4e50637Copy full SHA for 4e50637
project/Common.scala
@@ -11,10 +11,10 @@ object Common {
11
12
private val defaultDockerInstallationPath = "/opt/codacy"
13
val scalaBinaryVersionNumber = "2.12"
14
- val scalaVersionNumber = s"$scalaBinaryVersionNumber.20"
+ val scalaVersionNumber = s"$scalaBinaryVersionNumber.12"
15
16
val scala213BinaryVersionNumber = "2.13"
17
- val scala213VersionNumber = s"$scala213BinaryVersionNumber.3"
+ val scala213VersionNumber = s"$scala213BinaryVersionNumber.11"
18
lazy val supportedScalaVersions = List(Common.scalaVersionNumber, Common.scala213VersionNumber)
19
20
val genericSettings = Seq(
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.10.5
+sbt.version=1.9.9
0 commit comments