Skip to content

Commit ade2269

Browse files
committed
Configure JDI with sbt-jdi-tools
1 parent 29f81e0 commit ade2269

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

project/plugins.sbt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-tasty-mima" % "1.0.0")
2222

2323
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")
2424

25-
addSbtPlugin("com.gradle" % "sbt-develocity" % "1.1.2")
26-
27-
resolvers +=
28-
"Develocity Artifactory" at "https://repo.grdev.net/artifactory/public/"
29-
25+
resolvers += "Develocity Artifactory" at "https://repo.grdev.net/artifactory/public/"
3026
addSbtPlugin("com.gradle" % "sbt-develocity" % "1.2-rc-2")
27+
28+
addSbtPlugin("com.github.sbt" % "sbt-jdi-tools" % "1.2.0")

0 commit comments

Comments
 (0)