Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.10
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 14, 2022
1 parent 4a03042 commit 55ebc26
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.10", "2.13.1"),
crossScalaVersions := List("2.12.10", "2.13.10"),
scalacOptions := Seq(
"-encoding",
"UTF-8",
Expand Down

0 comments on commit 55ebc26

Please sign in to comment.