We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c22b419 commit 9e68cd6Copy full SHA for 9e68cd6
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.13", "3.3.1")
+ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.13", "3.3.3")
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