Skip to content

Commit 0983399

Browse files
authored
Merge pull request #1152 from syodage/patch-1
Update sbt-missinglink plugin version
2 parents 7a424cc + 3fbe085 commit 0983399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2019-10-17-dependency-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ The readme explains how to use it, but the basics are simple.
152152
First, add the following line in `project/plugins.sbt`:
153153

154154
```scala
155-
addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.1.0")
155+
addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.3.1")
156156
```
157157

158158
then simply run the following task for the project you want to test:

0 commit comments

Comments
 (0)