Skip to content

Commit c22b419

Browse files
Update scala-library to 2.13.13 (#314)
* Update scala-library to 2.13.13 * Update launchconfig --------- Co-authored-by: foundweekends-bot[bot] <74864734+foundweekends-bot[bot]@users.noreply.github.com> Co-authored-by: kenji yoshida <[email protected]>
1 parent 5fea2c6 commit c22b419

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ThisBuild / evictionErrorLevel := Level.Warn
1313
ThisBuild / scalaVersion := Scala212
1414
ThisBuild / organization := "org.foundweekends"
1515
ThisBuild / organizationName := "foundweekends"
16-
ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.12", "3.3.1")
16+
ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.13", "3.3.1")
1717
ThisBuild / homepage :=
1818
Some(url("https://www.foundweekends.org/pamflet/"))
1919
ThisBuild / licenses := Seq("LGPL v3" -> url("https://www.gnu.org/licenses/lgpl.txt"))

src/main/conscript/pf/launchconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: pamflet-app
55
class: pamflet.Pamflet
66
[scala]
7-
version: 2.13.12
7+
version: 2.13.13
88
[repositories]
99
local
1010
maven-central

0 commit comments

Comments
 (0)