Skip to content

Commit

Permalink
dep: bump scip-java to 0.8.6 and semanticdb to 4.5.13
Browse files Browse the repository at this point in the history
This also bumps the default scala versions
  • Loading branch information
ckipp01 committed Aug 23, 2022
1 parent 860f088 commit e0ac63e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.sourcegraph.sbtsourcegraph.Versions

val V = new {
def scala212 = "2.12.12"
def scalameta = "4.4.25"
def scalameta = "4.5.13"
}

scalaVersion := V.scala212
Expand Down
8 changes: 4 additions & 4 deletions src/main/scala/com/sourcegraph/sbtsourcegraph/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import scala.collection.JavaConverters._
import scala.sys.process._

object Versions {
def scalametaVersion = "4.4.26"
def scalametaVersion = "4.5.13"
private def semanticdbJavacKey = "semanticdb-javac"

def semanticdbJavacVersion(): String =
Expand All @@ -25,9 +25,9 @@ object Versions {
props.asScala.toMap
} else {
Map(
semanticdbJavacKey -> "0.8.0",
"2.12.12" -> scalametaVersion,
"2.13.6" -> scalametaVersion,
semanticdbJavacKey -> "0.8.6",
"2.12.16" -> scalametaVersion,
"2.13.8" -> scalametaVersion,
"2.11.12" -> scalametaVersion
).withDefaultValue(scalametaVersion)
}
Expand Down

0 comments on commit e0ac63e

Please sign in to comment.