Skip to content

Commit 10174ab

Browse files
committed
Update readme
1 parent 8c7d922 commit 10174ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
This is a zero-dependency sbt plugin to help you enable precise code
44
intelligence for Scala projects on Sourcegraph.
55

6-
- works with Scala 2.11, 2.12 and 2.13
6+
- works with Scala 2.11, 2.12, 2.13, and Scala 3
7+
- works with hybrid Scala/Java codebases
78
- works with self-hosted Sourcegraph instances
89
- requires sbt v1.4 or newer
910

@@ -26,7 +27,7 @@ Next, add the sbt plugin to your build in `project/plugins.sbt`.
2627

2728
```diff
2829
// project/plugins.sbt
29-
+ addSbtPlugin("com.sourcegraph" % "sbt-sourcegraph" % "0.1.5")
30+
+ addSbtPlugin("com.sourcegraph" % "sbt-sourcegraph" % "0.2.1")
3031
```
3132

3233
Next, enable SemanticDB in `build.sbt` and use the latest version of SemanticDB.

0 commit comments

Comments
 (0)