Skip to content

Commit

Permalink
payara-micro: 6.2023.12 -> 6.2024.1 (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas authored Feb 3, 2024
1 parent 01233a1 commit 0a923ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/payara-micro/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Container / javaOptions ++=
)

Container / containerLibs :=
Seq("fish.payara.extras" % "payara-micro" % "6.2023.12")
Seq("fish.payara.extras" % "payara-micro" % "6.2024.1")

Container / containerLaunchCmd := { (port, path) =>
Seq(
Expand Down

0 comments on commit 0a923ca

Please sign in to comment.