Skip to content

Commit

Permalink
Pin scala 3 to 3.3.x branch
Browse files Browse the repository at this point in the history
Since this is a library, we stick to the LTS version
  • Loading branch information
satabin committed Apr 1, 2024
1 parent ba62d04 commit 717474d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
updatePullRequests = "always"

updates.pin = [
{
groupId = "org.scala-lang",
artifactId="scala3-library",
version = "3.3."
}
]

0 comments on commit 717474d

Please sign in to comment.