From a77aa83b1f5e6a323b56521496095815204f9aae Mon Sep 17 00:00:00 2001 From: Hamza Remmal Date: Thu, 15 May 2025 11:06:00 +0200 Subject: [PATCH] chore: bump sbt-develocity to 1.2.2-rc1 --- project/plugins.sbt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b61ec009db45..fea55b9fd9e6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -22,6 +22,9 @@ addSbtPlugin("ch.epfl.scala" % "sbt-tasty-mima" % "1.0.0") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0") -addSbtPlugin("com.gradle" % "sbt-develocity" % "1.2") +resolvers += + "Develocity Artifactory" at "https://repo.grdev.net/artifactory/public/" + +addSbtPlugin("com.gradle" % "sbt-develocity" % "1.2.2-rc-1") addSbtPlugin("com.github.sbt" % "sbt-jdi-tools" % "1.2.0")