Skip to content

Commit

Permalink
Pin to Scala 3.3.x
Browse files Browse the repository at this point in the history
Fixes #355
  • Loading branch information
thesamet committed Sep 27, 2024
1 parent bb176c0 commit 3f56859
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@ buildRoots = [
"."
"example"
]

updates.pin = [
{
groupId = "org.scala-lang"
artifactId = "scala3-library"
version = "3.3."
}
]
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ val Scala213 = "2.13.15"

val Scala212 = "2.12.20"

val Scala3 = "3.4.3"
val Scala3 = "3.3.4"

publish / skip := true

Expand Down

0 comments on commit 3f56859

Please sign in to comment.