Skip to content

Commit

Permalink
payara-micro: 6.2024.3 -> 6.2024.4
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Apr 13, 2024
1 parent 0d1c340 commit e57e737
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.2024.3")
Seq("fish.payara.extras" % "payara-micro" % "6.2024.4")

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

0 comments on commit e57e737

Please sign in to comment.