Skip to content

Commit a77aa83

Browse files
committed
chore: bump sbt-develocity to 1.2.2-rc1
1 parent 9bee756 commit a77aa83

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

project/plugins.sbt

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ 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.2")
25+
resolvers +=
26+
"Develocity Artifactory" at "https://repo.grdev.net/artifactory/public/"
27+
28+
addSbtPlugin("com.gradle" % "sbt-develocity" % "1.2.2-rc-1")
2629

2730
addSbtPlugin("com.github.sbt" % "sbt-jdi-tools" % "1.2.0")

0 commit comments

Comments
 (0)