mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 11:01:08 +02:00
Scala 2.12.20 (was .19)
This commit is contained in:
@@ -100,7 +100,7 @@ private[sbt] object PluginCross {
|
||||
VersionNumber(sv) match {
|
||||
case VersionNumber(Seq(0, 12, _*), _, _) => "2.9.2"
|
||||
case VersionNumber(Seq(0, 13, _*), _, _) => "2.10.7"
|
||||
case VersionNumber(Seq(1, 0, _*), _, _) => "2.12.19"
|
||||
case VersionNumber(Seq(1, 0, _*), _, _) => "2.12.20"
|
||||
case _ => sys.error(s"Unsupported sbt binary version: $sv")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ object SemanticdbPlugin extends AutoPlugin {
|
||||
semanticdbEnabled := SysProp.semanticdb,
|
||||
semanticdbIncludeInJar := false,
|
||||
semanticdbOptions := List(),
|
||||
semanticdbVersion := "4.7.8"
|
||||
semanticdbVersion := "4.9.9"
|
||||
)
|
||||
|
||||
override lazy val projectSettings: Seq[Def.Setting[_]] = Seq(
|
||||
|
||||
Reference in New Issue
Block a user