Skip to content

Commit

Permalink
Update scala-library to 2.13.14 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 29, 2024
1 parent c56b3db commit bce1b06
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 @@ -7,8 +7,8 @@ lazy val commonSettings = Seq(
version := "1.1.2",
licenses := Seq("BSD-3-Clause" -> url("https://opensource.org/licenses/BSD-3-Clause")),
homepage := Some(url("https://github.com/balhoff/whelk")),
scalaVersion := "2.13.8",
crossScalaVersions := Seq("2.13.8"),
scalaVersion := "2.13.14",
crossScalaVersions := Seq("2.13.14"),
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")
)

Expand Down

0 comments on commit bce1b06

Please sign in to comment.