Skip to content

Commit 1cf7521

Browse files
committed
Update to Scala 2.13.13, 2.12.19
1 parent 771b093 commit 1cf7521

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.scala-steward.conf

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
updates.includeScala = true

project/ScalaVersions.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
object ScalaVersions {
2-
val scala_212 = "2.12.18"
3-
val scala_213 = "2.13.12"
2+
val scala_212 = "2.12.19"
3+
val scala_213 = "2.13.13"
44
val scala_3 = "3.2.2"
55

66
val scalaJsVersion = "1.15.0"

sbtgen/src/main/scala/izumi/sbtgen/Defaults.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ object Defaults {
165165
)
166166

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

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

0 commit comments

Comments
 (0)