Skip to content

Commit c0cf339

Browse files
committed
Update readme to include concrete version numbers.
This makes the instructions copy-paste friendly. The readme includes badges that dynamically display the latest version once upstream publishes new versions.
1 parent 7d1b2e0 commit c0cf339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Next, add the sbt plugin to your build in `project/plugins.sbt`.
2626

2727
```diff
2828
// project/plugins.sbt
29-
+ addSbtPlugin("com.sourcegraph" % "sbt-sourcegraph" % "LATEST_VERSION")
29+
+ addSbtPlugin("com.sourcegraph" % "sbt-sourcegraph" % "0.1.5")
3030
```
3131

3232
Next, enable SemanticDB in `build.sbt` and use the latest version of SemanticDB.
@@ -35,7 +35,7 @@ Next, enable SemanticDB in `build.sbt` and use the latest version of SemanticDB.
3535
```diff
3636
// build.sbt
3737
+ ThisBuild / semanticdbEnabled := true
38-
+ ThisBuild / semanticdbVersion := "LATEST_VERSION"
38+
+ ThisBuild / semanticdbVersion := "4.4.7"
3939
lazy val myproject1 = project
4040
.settings(
4141
...

0 commit comments

Comments
 (0)