Skip to content

Commit e75b7cb

Browse files
authored
keep Scala 3 version at LTS in .scala-steward.conf
1 parent 6118e51 commit e75b7cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.scala-steward.conf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ updates.ignore = [
33
{groupId = "org.scala-lang", artifactId = "scala-compiler", version = "2.13."},
44
{groupId = "org.scala-lang", artifactId = "scala-compiler", version = "3."}
55
]
6-
updates.pin = [{ groupId = "com.typesafe.akka", version = "2.6." }]
6+
updates.pin = [
7+
{groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3."},
8+
{groupId = "com.typesafe.akka", version = "2.6."}
9+
]

0 commit comments

Comments
 (0)