Skip to content

Commit 290c0a4

Browse files
authored
Merge pull request #917 from xebia-functional/pin-scala-33
Pin repo to Scala 3.3 LTS
2 parents 7301be1 + 83b6d55 commit 290c0a4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.scala-steward.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
updates.ignore = [ { groupId = "org.scala-lang", artifactId = "scala3-library" } ]

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ addCommandAlias("ci-publish", "github; ci-release")
88

99
lazy val scala212 = "2.12.20"
1010
lazy val scala213 = "2.13.16"
11-
lazy val scala3Version = "3.7.3"
11+
lazy val scala3Version = "3.3.7"
1212
lazy val scala2Versions = Seq(scala212, scala213)
1313
lazy val allScalaVersions = scala2Versions :+ scala3Version
1414

0 commit comments

Comments
 (0)