We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fea2c6 commit c22b419Copy full SHA for c22b419
build.sbt
@@ -13,7 +13,7 @@ ThisBuild / evictionErrorLevel := Level.Warn
13
ThisBuild / scalaVersion := Scala212
14
ThisBuild / organization := "org.foundweekends"
15
ThisBuild / organizationName := "foundweekends"
16
-ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.12", "3.3.1")
+ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.13", "3.3.1")
17
ThisBuild / homepage :=
18
Some(url("https://www.foundweekends.org/pamflet/"))
19
ThisBuild / licenses := Seq("LGPL v3" -> url("https://www.gnu.org/licenses/lgpl.txt"))
src/main/conscript/pf/launchconfig
@@ -4,7 +4,7 @@
4
name: pamflet-app
5
class: pamflet.Pamflet
6
[scala]
7
- version: 2.13.12
+ version: 2.13.13
8
[repositories]
9
local
10
maven-central
0 commit comments