Skip to content

Commit 3b85979

Browse files
authored
add missing commas in .scala-steward.conf (#1597)
1 parent 021e6a6 commit 3b85979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.scala-steward.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ updates.pin = [
1212
# aeron 1.46 requires Java 17
1313
{ groupId = "io.aeron", version = "1.45." }
1414
# agrona 1.23 requires Java 17
15-
{ groupId = "org.agrona", artifactId = "agrona" version = "1.22." }
15+
{ groupId = "org.agrona", artifactId = "agrona", version = "1.22." }
1616
# bndlib 7 requires Java 17
17-
{ groupId = "biz.aQute.bnd", artifactId = "biz.aQute.bndlib" version = "6." }
17+
{ groupId = "biz.aQute.bnd", artifactId = "biz.aQute.bndlib", version = "6." }
1818
]
1919

2020
updates.ignore = [

0 commit comments

Comments
 (0)