Skip to content

Commit

Permalink
Bump JAFPL version to latest published release
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Dec 11, 2021
1 parent 7636a55 commit 2c6bcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -3,7 +3,7 @@ import java.io.{BufferedReader, InputStreamReader}
enablePlugins(JavaAppPackaging)

lazy val xmlCalabashVersion = "2.99.9"
lazy val jafplVersion = "0.3.82"
lazy val jafplVersion = "0.3.83"
lazy val saxonVersion = "10.6"
lazy val useSaxonEE = Option(System.getProperty("saxonEdition")).getOrElse("HE") == "EE"

Expand Down

0 comments on commit 2c6bcc9

Please sign in to comment.