Skip to content

Commit cca16c7

Browse files
authored
upgrade sbt-scalafix as soon as it's out
1 parent 951d207 commit cca16c7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.scala-steward.conf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@ dependencyOverrides = [
88
{
99
dependency = { groupId = "org.scalameta", artifactId = "scalameta" },
1010
pullRequests = { frequency = "@asap" },
11-
}
11+
},
12+
{
13+
dependency = { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" },
14+
pullRequests = { frequency = "@asap" },
15+
},
1216
]

0 commit comments

Comments
 (0)