Skip to content

Commit

Permalink
Update xsbt-web-plugin to 4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Jun 29, 2024
1 parent ab4f58a commit 6d97f6a
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 @@ -8,7 +8,7 @@ lazy val root = (project in file(".")).settings(
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature"),
libraryDependencies += {
Defaults.sbtPluginExtra(
"com.earldouglas" % "xsbt-web-plugin" % "4.2.4",
"com.earldouglas" % "xsbt-web-plugin" % "4.2.5",
(sbtBinaryVersion in pluginCrossBuild).value,
(scalaBinaryVersion in pluginCrossBuild).value
)
Expand Down

0 comments on commit 6d97f6a

Please sign in to comment.