Skip to content

Commit

Permalink
chore:freeze scala version on 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle committed May 2, 2024
1 parent 6c40b47 commit d9fa9bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
commits.message = "chore: update ${artifactName} from ${currentVersion} to ${nextVersion}"

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

0 comments on commit d9fa9bf

Please sign in to comment.