We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bee756 commit a77aa83Copy full SHA for a77aa83
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