Skip to content

Commit b4f1c93

Browse files
authored
Merge pull request #848 from mkurz/pin-sbt-1.x-8.x
Pin sbt updates to 1.x
2 parents 36d928e + 4f591d7 commit b4f1c93

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/scala-steward.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ updates.ignore = [
1414
{ groupId = "io.ebean", artifactId = "ebean-ddl-generator" }
1515
{ groupId = "io.ebean", artifactId = "ebean-agent" }
1616
]
17+
18+
updates.pin = [
19+
{ groupId = "org.scala-sbt", artifactId = "sbt", version = "1." }
20+
]

0 commit comments

Comments
 (0)