Skip to content

Commit

Permalink
Update to Scala 2.13.13, 2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-kai committed Feb 27, 2024
1 parent 771b093 commit 1cf7521
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
updates.includeScala = true
4 changes: 2 additions & 2 deletions project/ScalaVersions.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object ScalaVersions {
val scala_212 = "2.12.18"
val scala_213 = "2.13.12"
val scala_212 = "2.12.19"
val scala_213 = "2.13.13"
val scala_3 = "3.2.2"

val scalaJsVersion = "1.15.0"
Expand Down
2 changes: 1 addition & 1 deletion sbtgen/src/main/scala/izumi/sbtgen/Defaults.scala
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ object Defaults {
)

final val Scala213Options = Scala2Options ++ Seq[Const](
"-Xsource:3", // Compile with maximum dotty compatibility
"-Xsource:3-cross", // Compile with maximum dotty compatibility
"-P:kind-projector:underscore-placeholders", // Use underscore type-lambda syntax by default

CRaw("""if (insideCI.value) "-Wconf:any:error" else "-Wconf:any:warning""""), // enable fatal warnings on CI
Expand Down

0 comments on commit 1cf7521

Please sign in to comment.