Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 6, 2024
1 parent fc90654 commit 146e13c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
working_directory: ~/repo

environment:
SCALA_VERSION: 2.12.17
SCALA_VERSION: 2.12.20

steps:
- checkout
Expand Down
15 changes: 8 additions & 7 deletions compiler.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ThisBuild / scalaVersion := "2.12.17"
ThisBuild / scalaVersion := "2.12.20"

ThisBuild / crossScalaVersions := Seq(
"2.11.12",
Expand All @@ -25,12 +25,13 @@ ThisBuild / scalacOptions ++= {
"-Xlint",
"-g:vars"
)
} else Seq(
"-Wconf:msg=.*should\\ not\\ .*infix\\ operator.*:s",
"-Wconf:msg=.*vararg\\ splices.*:s",
"-Wconf:msg=.*with\\ as\\ a\\ type\\ operator.*:s",
"-Wconf:msg=.*deprecated\\ for\\ wildcard\\ arguments.*:s"
)
} else
Seq(
"-Wconf:msg=.*should\\ not\\ .*infix\\ operator.*:s",
"-Wconf:msg=.*vararg\\ splices.*:s",
"-Wconf:msg=.*with\\ as\\ a\\ type\\ operator.*:s",
"-Wconf:msg=.*deprecated\\ for\\ wildcard\\ arguments.*:s"
)
}

ThisBuild / scalacOptions ++= {
Expand Down

0 comments on commit 146e13c

Please sign in to comment.