Skip to content

Commit 419f8cb

Browse files
committed
Upgrade to the latest sbt-sourcegraph
This release uses lsif-java to convert SemanticDB instead of the outdated lsif-semanticdb implementation.
1 parent ee59136 commit 419f8cb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/sourcegraph.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
- uses: actions/setup-go@v2
1616
with:
1717
go-version: "1.15.6"
18-
- run: go get github.com/sourcegraph/lsif-semanticdb/cmd/lsif-semanticdb
1918
- name: sbt sourcegraphUpload
2019
run: |
2120
mkdir -p bin

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.19")
66
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.27")
77
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.0")
88
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.8-17-3eab1f80")
9-
addSbtPlugin("com.sourcegraph" % "sbt-sourcegraph" % "0.1.8")
9+
addSbtPlugin("com.sourcegraph" % "sbt-sourcegraph" % "0.2.0")
1010
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.6.0")
1111
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.0")
1212
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0")

0 commit comments

Comments
 (0)