Skip to content

Commit

Permalink
webapp-runner: 10.1.31.0 -> 10.1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Nov 23, 2024
1 parent 018547c commit dd95612
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 @@ -95,7 +95,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.31.0"
libraryDependencies += "com.heroku" % "webapp-runner" % "10.1.33.0"
)

lazy val sbtWar =
Expand Down

0 comments on commit dd95612

Please sign in to comment.