Skip to content

Commit

Permalink
Merge pull request #12529 from playframework/mergify/bp/2.9.x/pr-12527
Browse files Browse the repository at this point in the history
[2.9.x] sbt-native-packager 1.10.0 (backport #12527) by @mkurz
  • Loading branch information
mkurz committed Apr 13, 2024
2 parents 9076c8d + 7d9be70 commit 7aebdd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ checkStartScript := {
}
val contents = IO.read(startScript)
val lines = IO.readLines(startScript)
if (!contents.contains("app_mainclass=(play.core.server.ProdServerStart)")) {
if (!contents.contains("app_mainclass=('play.core.server.ProdServerStart')")) {
startScriptError(contents, "Cannot find the declaration of the main class in the script")
}
val appClasspath = lines
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ addDependencyTreePlugin

// when updating sbtNativePackager version, be sure to also update the documentation links in
// documentation/manual/working/commonGuide/production/Deploying.md
val sbtNativePackager = "1.9.16"
val sbtNativePackager = "1.10.0"
val mima = "1.1.3"
val sbtJavaFormatter = "0.8.0"
val sbtJmh = "0.4.7"
Expand Down

0 comments on commit 7aebdd9

Please sign in to comment.