We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021e6a6 commit 3b85979Copy full SHA for 3b85979
.scala-steward.conf
@@ -12,9 +12,9 @@ updates.pin = [
12
# aeron 1.46 requires Java 17
13
{ groupId = "io.aeron", version = "1.45." }
14
# agrona 1.23 requires Java 17
15
- { groupId = "org.agrona", artifactId = "agrona" version = "1.22." }
+ { groupId = "org.agrona", artifactId = "agrona", version = "1.22." }
16
# bndlib 7 requires Java 17
17
- { groupId = "biz.aQute.bnd", artifactId = "biz.aQute.bndlib" version = "6." }
+ { groupId = "biz.aQute.bnd", artifactId = "biz.aQute.bndlib", version = "6." }
18
]
19
20
updates.ignore = [
0 commit comments