Skip to content

Commit f8ede21

Browse files
authored
chore: stay on Scala 2.12.x (#218)
1 parent 157661b commit f8ede21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.scala-steward.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
pullRequests.frequency = "@monthly"
22

33
commits.message = "${artifactName} ${nextVersion} (was ${currentVersion})"
4+
5+
updates.pin = [
6+
{ groupId = "org.scala-lang", artifactId="scala-library", version = "2.12." }
7+
]

0 commit comments

Comments
 (0)