We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfabe4f + a77aa83 commit 23469a1Copy full SHA for 23469a1
project/plugins.sbt
@@ -22,6 +22,9 @@ addSbtPlugin("ch.epfl.scala" % "sbt-tasty-mima" % "1.0.0")
22
23
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")
24
25
-addSbtPlugin("com.gradle" % "sbt-develocity" % "1.2")
+resolvers +=
26
+ "Develocity Artifactory" at "https://repo.grdev.net/artifactory/public/"
27
+
28
+addSbtPlugin("com.gradle" % "sbt-develocity" % "1.2.2-rc-1")
29
30
addSbtPlugin("com.github.sbt" % "sbt-jdi-tools" % "1.2.0")
0 commit comments