Skip to content

Commit

Permalink
Update scala-library to 2.13.15 (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Balhoff <balhoff@gmail.com>
  • Loading branch information
scala-steward and balhoff authored Nov 18, 2024
1 parent 99cdae5 commit 68930d2
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 @@ -20,9 +20,9 @@ licenses := Seq("BSD-3-Clause" -> url("https://opensource.org/licenses/BSD-3-Cla

homepage := Some(url("https://github.com/balhoff/owl-diff"))

scalaVersion := "2.13.14"
scalaVersion := "2.13.15"

crossScalaVersions := Seq("2.11.12", "2.12.20", "2.13.14")
crossScalaVersions := Seq("2.11.12", "2.12.20", "2.13.15")

scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")

Expand Down

0 comments on commit 68930d2

Please sign in to comment.