Skip to content

Commit 3fbe085

Browse files
authored
Update sbt-missinglink plugin version
current plugin version `0.1.0` doesn't work with java 11 as it doesn't handle null bootclasspath.
1 parent 7a424cc commit 3fbe085

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)