Skip to content

Commit

Permalink
chore: .scala-steward.conf
Browse files Browse the repository at this point in the history
(Pin scala version to LTS)
  • Loading branch information
MartinHH committed May 8, 2024
1 parent 92cef45 commit e725b8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# pin scala version to the LTS 3.3.x versions:
updates.pin = [
{ groupId = "org.scala-lang", artifactId="scala3-compiler", version = "3.3." },
{ groupId = "org.scala-lang", artifactId="scala3-library", version = "3.3." },
{ groupId = "org.scala-lang", artifactId="scala3-library_sjs1", version = "3.3." }
]

0 comments on commit e725b8d

Please sign in to comment.