Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 12, 2023
1 parent dd86eea commit a595429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ lazy val commonSettings = Seq(
"org.typelevel" %% "kind-projector" % "0.13.2" cross CrossVersion.full
),
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1"),
scalaVersion := "2.13.11",
crossScalaVersions := Seq("2.13.11"),
scalaVersion := "2.13.12",
crossScalaVersions := Seq("2.13.12"),
// from: https://tpolecat.github.io/2017/04/25/scalac-flags.html
scalacOptions ++= Seq(
"-deprecation", // Emit warning and location for usages of deprecated APIs.
Expand Down

0 comments on commit a595429

Please sign in to comment.