develocity 1.1.1 (#1501)

* develocity 1.1.1

* Update .scala-steward.conf
This commit is contained in:
PJ Fanning 2024-09-29 19:05:18 +01:00 committed by GitHub
parent 54e90cc400
commit 6c9f1a6c8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

@ -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 = [

View file

@ -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")