Skip to content

Commit 3424402

Browse files
authored
pin sbt version entry in .scala-steward.conf (#3115)
* pin sbt version entry in .scala-steward.conf * Fix syntax for sbt dependency in config
1 parent 048c5f4 commit 3424402

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.scala-steward.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ updates.pin = [
55
{ groupId = "com.eed3si9n", artifactId = "sbt-assembly", version = "2.2." }
66
# agrona major+minor version should match the one brought in by aeron
77
{ 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." }
810
]
911

1012
updates.ignore = [

0 commit comments

Comments
 (0)