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 157661b commit f8ede21Copy full SHA for f8ede21
.scala-steward.conf
@@ -1,3 +1,7 @@
1
pullRequests.frequency = "@monthly"
2
3
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