diff --git a/.scala-steward.conf b/.scala-steward.conf index faccfe7ca9..a11ccd80c2 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -11,8 +11,6 @@ updates.pin = [ { groupId = "com.google.protobuf", artifactId = "protobuf-java", version = "3." } # aeron 1.46 requires Java 17 { groupId = "io.aeron", version = "1.45." } - # see https://github.com/apache/pekko/issues/1492 - { groupId = "com.gradle", artifactId = "sbt-develocity", version = "1.0." } ] updates.ignore = [ diff --git a/project/plugins.sbt b/project/plugins.sbt index de226649ad..20c9f32407 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -34,4 +34,4 @@ addSbtPlugin("io.github.siculo" % "sbt-bom" % "0.3.0") addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1") -addSbtPlugin("com.gradle" % "sbt-develocity" % "1.0.1") +addSbtPlugin("com.gradle" % "sbt-develocity" % "1.1.1")