We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7d922 commit 10174abCopy full SHA for 10174ab
readme.md
@@ -3,7 +3,8 @@
3
This is a zero-dependency sbt plugin to help you enable precise code
4
intelligence for Scala projects on Sourcegraph.
5
6
-- works with Scala 2.11, 2.12 and 2.13
+- works with Scala 2.11, 2.12, 2.13, and Scala 3
7
+- works with hybrid Scala/Java codebases
8
- works with self-hosted Sourcegraph instances
9
- requires sbt v1.4 or newer
10
@@ -26,7 +27,7 @@ Next, add the sbt plugin to your build in `project/plugins.sbt`.
26
27
28
```diff
29
// project/plugins.sbt
-+ addSbtPlugin("com.sourcegraph" % "sbt-sourcegraph" % "0.1.5")
30
++ addSbtPlugin("com.sourcegraph" % "sbt-sourcegraph" % "0.2.1")
31
```
32
33
Next, enable SemanticDB in `build.sbt` and use the latest version of SemanticDB.
0 commit comments