Skip to content

Commit

Permalink
Update Scala 2.13 to 2.13.12 and suppress a new warning that came wit…
Browse files Browse the repository at this point in the history
…h it
  • Loading branch information
MateuszKubuszok committed Sep 14, 2023
1 parent 1b0482a commit 4918f38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ThisBuild / scalafmtOnCompile := !isCI

val versions = new {
val scala212 = "2.12.18"
val scala213 = "2.13.11"
val scala213 = "2.13.12"
val scala3 = "3.3.1"

// Which versions should be cross-compiled for publishing
Expand Down Expand Up @@ -94,6 +94,7 @@ val settings = Seq(
"-Ywarn-macros:after",
"-Ytasty-reader",
"-Wconf:origin=scala.collection.compat.*:s",
"-Wconf:cat=scala3-migration:s",
"-Wconf:cat=deprecation&origin=io.scalaland.chimney.*:s",
"-Wconf:msg=The outer reference in this type test cannot be checked at run time:s", // suppress fake(?) errors in internal.compiletime (adding origin breaks this suppression)
"-Wconf:src=io/scalaland/chimney/cats/package.scala:s" // silence package object inheritance deprecation
Expand Down

0 comments on commit 4918f38

Please sign in to comment.