From 3fbe085cfd50e09b46235e3a153ef2fd94639158 Mon Sep 17 00:00:00 2001 From: Shameera Rathnayaka Date: Sat, 18 Jul 2020 23:28:57 -0400 Subject: [PATCH] Update sbt-missinglink plugin version current plugin version `0.1.0` doesn't work with java 11 as it doesn't handle null bootclasspath. --- _posts/2019-10-17-dependency-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2019-10-17-dependency-management.md b/_posts/2019-10-17-dependency-management.md index 018eaa12a..df7585c28 100644 --- a/_posts/2019-10-17-dependency-management.md +++ b/_posts/2019-10-17-dependency-management.md @@ -152,7 +152,7 @@ The readme explains how to use it, but the basics are simple. First, add the following line in `project/plugins.sbt`: ```scala -addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.1.0") +addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.3.1") ``` then simply run the following task for the project you want to test: