Skip to content

Commit

Permalink
develocity 1.1.1 (#1501)
Browse files Browse the repository at this point in the history
* develocity 1.1.1

* Update .scala-steward.conf
pjfanning authored Sep 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 54e90cc commit 6c9f1a6
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -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 = [
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit 6c9f1a6

Please sign in to comment.