Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.12 (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 22, 2023
1 parent 15d6e41 commit 7aa3fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/BuildSupport.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import sbtunidoc.ScalaUnidocPlugin.autoImport._

object BuildSupport {
lazy val commonSettings = Seq(
crossScalaVersions := List("2.12.18", "2.13.11"),
crossScalaVersions := List("2.12.18", "2.13.12"),
scalacOptions := Seq(
"-release",
"11",
Expand Down

0 comments on commit 7aa3fff

Please sign in to comment.