Skip to content

Commit

Permalink
add missing commas in .scala-steward.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Dec 16, 2024
1 parent 784c596 commit 26d7f6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ updates.pin = [
# aeron 1.46 requires Java 17
{ groupId = "io.aeron", version = "1.45." }
# agrona 1.23 requires Java 17
{ groupId = "org.agrona", artifactId = "agrona" version = "1.22." }
{ groupId = "org.agrona", artifactId = "agrona", version = "1.22." }
# bndlib 7 requires Java 17
{ groupId = "biz.aQute.bnd", artifactId = "biz.aQute.bndlib" version = "6." }
{ groupId = "biz.aQute.bnd", artifactId = "biz.aQute.bndlib", version = "6." }
]

updates.ignore = [
Expand Down

0 comments on commit 26d7f6e

Please sign in to comment.