File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11import scala .jdk .CollectionConverters ._
22import java .util .Properties
33import com .sourcegraph .sbtsourcegraph .Versions
4+ import xerial .sbt .Sonatype .sonatypeCentralHost
5+
46
57val V = new {
6- def scala212 = " 2.12.12 "
8+ def scala212 = " 2.12.20 "
79 def scalameta = " 4.4.25"
810}
911
1012scalaVersion := V .scala212
1113ThisBuild / scalafixDependencies += " com.github.liancheng" %% " organize-imports" % " 0.5.0-alpha.1"
1214ThisBuild / versionScheme := Some (" early-semver" )
15+ ThisBuild / sonatypeCredentialHost := sonatypeCentralHost
1316organization := " com.sourcegraph"
1417semanticdbEnabled := ! scalaVersion.value.startsWith(" 2.10" )
15- semanticdbVersion := " 4.4.26 "
18+ semanticdbVersion := " 4.12.2 "
1619homepage := Some (url(" https://github.com/sourcegraph/sbt-sourcegraph" ))
1720licenses := List (
1821 " 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