Skip to content

Commit

Permalink
Merge pull request #666 from typelevel/update/scala-library-2.13.14
Browse files Browse the repository at this point in the history
Update scala-library, scala-reflect to 2.13.14
  • Loading branch information
mergify[bot] authored May 2, 2024
2 parents 03035bf + e24621e commit e935b95
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 54 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt.*

val scala212 = "2.12.19"
val scala213 = "2.13.13"
val scala213 = "2.13.14"
val scala3 = "3.3.3"

ThisBuild / crossScalaVersions := Seq(scala212, scala213, scala3)
Expand All @@ -27,7 +27,7 @@ lazy val commonSettings = Seq(
),
scalacOptions ++= CrossVersion.partialVersion(scalaVersion.value).toList.flatMap {
case (3, _) => List("-source:future", "-Xmax-inlines", "64", "-Wunused:all", "-Wvalue-discard")
case (2, 12) => List("-Ypartial-unification", "-Xlint")
case (2, 12) => List("-Ypartial-unification", "-Xlint", "-Wconf:cat=unused&src=.*/derived/package.scala:silent")
case _ => List("-Xlint:_,-byname-implicit", "-Wconf:cat=deprecation&site=.*SequenceSuite:silent")
},
resolvers ++= Resolver.sonatypeOssRepos("releases"),
Expand Down
Loading

0 comments on commit e935b95

Please sign in to comment.