We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32a6245 + a6704c7 commit 4b52705Copy full SHA for 4b52705
build.sbt
@@ -2,7 +2,7 @@ import java.io.{BufferedReader, InputStreamReader}
2
3
enablePlugins(JavaAppPackaging)
4
5
-lazy val xmlCalabashVersion = "2.99.5"
+lazy val xmlCalabashVersion = "2.99.6"
6
lazy val jafplVersion = "0.3.75"
7
lazy val saxonVersion = "10.6"
8
lazy val useSaxonEE = Option(System.getProperty("saxonEdition")).getOrElse("HE") == "EE"
0 commit comments