Skip to content

Commit

Permalink
keep Scala 3 version at LTS in .scala-steward.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
ghik authored Mar 28, 2024
1 parent 6118e51 commit e75b7cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ updates.ignore = [
{groupId = "org.scala-lang", artifactId = "scala-compiler", version = "2.13."},
{groupId = "org.scala-lang", artifactId = "scala-compiler", version = "3."}
]
updates.pin = [{ groupId = "com.typesafe.akka", version = "2.6." }]
updates.pin = [
{groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3."},
{groupId = "com.typesafe.akka", version = "2.6."}
]

0 comments on commit e75b7cb

Please sign in to comment.