Skip to content

Commit

Permalink
chore: Ignore Scala 3 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Sep 16, 2022
1 parent 08b822d commit a44a82f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ updates.ignore = [
]
updates.pin = [
{ groupId = "org.scala-lang", artifactId="scala3-compiler", version = "3.1." },
{ groupId = "org.scala-lang", artifactId="scala3-library", version = "3.1." },
{ groupId = "org.scala-lang", artifactId="scala3-library_sjs1", version = "3.1." }
]

0 comments on commit a44a82f

Please sign in to comment.