Skip to content

Commit 091fd86

Browse files
authored
Don't update Scala beyond 2.12.x (#186)
1 parent dd2c37a commit 091fd86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.scala-steward.conf

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
updates.pin = [
2+
# sbt plugins remain on 2.12.x for now
3+
{ groupId = "org.scala-lang", artifactId = "scala-library", version = "2.12." }
4+
]

0 commit comments

Comments
 (0)