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 048c5f4 commit 3424402Copy full SHA for 3424402
1 file changed
.scala-steward.conf
@@ -5,6 +5,8 @@ updates.pin = [
5
{ groupId = "com.eed3si9n", artifactId = "sbt-assembly", version = "2.2." }
6
# agrona major+minor version should match the one brought in by aeron
7
{ groupId = "org.agrona", artifactId = "agrona", version = "2.4." }
8
+ # we have too many build plugins that need sbt 1.x
9
+ { groupId = "org.scala-sbt", artifactId = "sbt", version = "1." }
10
]
11
12
updates.ignore = [
0 commit comments