Skip to content

Commit

Permalink
webapp-runner: 10.1.28.0 -> 10.1.31.0 (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas authored Nov 2, 2024
1 parent 49066ec commit 75fb216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ lazy val warRunner_6_0 =
),
crossPaths := false, // exclude Scala suffix from artifact names
autoScalaLibrary := false, // exclude scala-library from dependencies
libraryDependencies += "com.heroku" % "webapp-runner" % "10.1.28.0"
libraryDependencies += "com.heroku" % "webapp-runner" % "10.1.31.0"
)

lazy val sbtWar =
Expand Down

0 comments on commit 75fb216

Please sign in to comment.