Skip to content

Commit

Permalink
Update scala-library to 2.13.16
Browse files Browse the repository at this point in the history
Co-authored-by: foundweekends-bot[bot] <74864734+foundweekends-bot[bot]@users.noreply.github.com>
Co-authored-by: kenji yoshida <[email protected]>
  • Loading branch information
foundweekends-bot[bot] and xuwei-k authored Jan 16, 2025
1 parent ecd4c5b commit bb2eaab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.15", "3.3.4")
ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.16", "3.3.4")
ThisBuild / homepage :=
Some(url("https://www.foundweekends.org/pamflet/"))
ThisBuild / licenses := Seq("LGPL v3" -> url("https://www.gnu.org/licenses/lgpl.txt"))
Expand Down
2 changes: 1 addition & 1 deletion src/main/conscript/pf/launchconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: pamflet-app
class: pamflet.Pamflet
[scala]
version: 2.13.15
version: 2.13.16
[repositories]
local
maven-central

0 comments on commit bb2eaab

Please sign in to comment.