Skip to content

Commit

Permalink
Update scala-library to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
foundweekends-bot[bot] committed Sep 25, 2024
1 parent 2ebe391 commit d4c92d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ThisBuild / evictionErrorLevel := Level.Warn
ThisBuild / scalaVersion := Scala212
ThisBuild / organization := "org.foundweekends"
ThisBuild / organizationName := "foundweekends"
ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.14", "3.3.3")
ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.15", "3.3.3")
ThisBuild / homepage :=
Some(url("https://www.foundweekends.org/pamflet/"))
ThisBuild / licenses := Seq("LGPL v3" -> url("https://www.gnu.org/licenses/lgpl.txt"))
Expand Down

0 comments on commit d4c92d3

Please sign in to comment.