diff --git a/README.md b/README.md index d1f2faf..eb2542a 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ access to the Java Debugger Interface (JDI). ## Installation -### sbt 1.0 +### sbt 1.0 and 2.x Add the following to `project/plugins.sbt`: ```scala -addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1") +addSbtPlugin("com.github.sbt" % "sbt-jdi-tools" % "1.2.0") ``` ### sbt 0.13.x