Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Update xsbt-web-plugin to 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Jun 13, 2020
1 parent 206e78b commit 3e69ee4
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 @@ -13,7 +13,7 @@ description := "sbt plugin to deploy on appengine"
licenses := Seq("MIT License" -> url("https://github.com/sbt/sbt-appengine/blob/master/LICENSE"))

libraryDependencies += Defaults.sbtPluginExtra(
"com.earldouglas" % "xsbt-web-plugin" % "4.2.0",
"com.earldouglas" % "xsbt-web-plugin" % "4.2.1",
(sbtBinaryVersion in pluginCrossBuild).value,
(scalaBinaryVersion in pluginCrossBuild).value
)
Expand Down

0 comments on commit 3e69ee4

Please sign in to comment.