Skip to content

Commit

Permalink
Bump down to Scala 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Jun 3, 2024
1 parent c8ecd8b commit 68f9d07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
updates.pin = [
# Scala 3.3 is the LTS release
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = "3.3." }
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." }
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = "3.3." }
]

2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProject

val Scala212 = "2.12.19"
val Scala213 = "2.13.14"
val Scala3 = "3.4.2"
val Scala3 = "3.3.3"

ThisBuild / scalaVersion := Scala212
ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, Scala3)
Expand Down

0 comments on commit 68f9d07

Please sign in to comment.