Skip to content

Commit

Permalink
Merge pull request #344 from raboof/dont-update-scala3
Browse files Browse the repository at this point in the history
Don't update beyond Scala 3.0.x for now
  • Loading branch information
raboof authored Mar 16, 2022
2 parents 9f99801 + 7670756 commit 721b1ee
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
@@ -0,0 +1,8 @@
updates.pin = [
# Currently code compiled with Scala 3.0 can't
# read code compiled with Scala 3.1, so let's
# postpone updating beyond 3.0.x until we have
# a reason to do so.
# See also https://www.scala-lang.org/blog/2022/02/01/scala-3.1.1-released.html
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.0." }
]

0 comments on commit 721b1ee

Please sign in to comment.