File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import java.util.Properties
33import com .sourcegraph .sbtsourcegraph .Versions
44
55val V = new {
6- def scala212 = " 2.12.12 "
6+ def scala212 = " 2.12.20 "
77 def scalameta = " 4.4.25"
88}
99
@@ -12,7 +12,7 @@ ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports"
1212ThisBuild / versionScheme := Some (" early-semver" )
1313organization := " com.sourcegraph"
1414semanticdbEnabled := ! scalaVersion.value.startsWith(" 2.10" )
15- semanticdbVersion := " 4.4.26 "
15+ semanticdbVersion := " 4.12.2 "
1616homepage := Some (url(" https://github.com/sourcegraph/sbt-sourcegraph" ))
1717licenses := List (
1818 " Apache-2.0" -> url(" http://www.apache.org/licenses/LICENSE-2.0" )
Original file line number Diff line number Diff line change 1- sbt.version =1.9.3
1+ sbt.version =1.11.1
Original file line number Diff line number Diff line change 1- addSbtPlugin(" com.geirsson " % " sbt-ci-release" % " 1.5.5 " )
1+ addSbtPlugin(" com.github.sbt " % " sbt-ci-release" % " 1.11.2 " )
22addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.10.0" )
33addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.3" )
44addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.29" )
You can’t perform that action at this time.
0 commit comments