Skip to content

Commit

Permalink
Updates xsbt-web-plugin to 4.0.2 to get jetty 9.4.8
Browse files Browse the repository at this point in the history
Fixes scalatra#55

which was caused by jetty/jetty.project#1692

earldouglas/xsbt-web-plugin#361 updated 
xsbt-web-plugin with the fix.
  • Loading branch information
colindean committed Mar 7, 2018
1 parent b389969 commit e9501cb
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 @@ -9,7 +9,7 @@ lazy val root = (project in file(".")).settings(
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature"),
libraryDependencies += {
Defaults.sbtPluginExtra(
"com.earldouglas" % "xsbt-web-plugin" % "4.0.1",
"com.earldouglas" % "xsbt-web-plugin" % "4.0.2",
(sbtBinaryVersion in pluginCrossBuild).value,
(scalaBinaryVersion in pluginCrossBuild).value
)
Expand Down

0 comments on commit e9501cb

Please sign in to comment.