Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.13 (#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 27, 2024
1 parent 88da254 commit e4dabe9
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.3" cross CrossVersion.full
),
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1"),
scalaVersion := "2.13.12",
crossScalaVersions := Seq("2.13.12"),
scalaVersion := "2.13.13",
crossScalaVersions := Seq("2.13.13"),
// 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 e4dabe9

Please sign in to comment.