Skip to content

Commit 8955f69

Browse files
committed
Add scalasteward
1 parent 18ec20a commit 8955f69

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.scala-steward.conf

+7
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@
22
updates.ignore = [
33
{ groupId = "com.google.protobuf" }
44
]
5+
6+
updates.pin = [
7+
# Scala 3.3 is the LTS release
8+
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = "3.3." }
9+
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." }
10+
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = "3.3." }
11+
]

0 commit comments

Comments
 (0)