Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 11, 2023
1 parent 147f6fd commit 4a2a8e3
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 @@ ThisBuild / scalafmtOnCompile := true

Global / onChangedBuildSource := ReloadOnSourceChanges

ThisBuild / scalaVersion := "2.13.8"
ThisBuild / crossScalaVersions := Seq("2.13.8", "3.1.3")
ThisBuild / scalaVersion := "2.13.11"
ThisBuild / crossScalaVersions := Seq("2.13.11", "3.1.3")

val commonSettings = Seq(
scalacOptions := Seq(
Expand Down

0 comments on commit 4a2a8e3

Please sign in to comment.