We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68df875 commit 324986aCopy full SHA for 324986a
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"))
0 commit comments