Skip to content

Commit b68964e

Browse files
committed
fix the rest of the jetty packaging dependency
1 parent 3134b81 commit b68964e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Distributor.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ object Distributor extends BuildExtra {
120120
.to { _ / "distrib-dependencies" / "osx" / "nwjs" }
121121
}
122122

123-
val jetty = Dependency("jetty", "9.3.0-v20150612", "http://mirrors.xmission.com/eclipse/jetty/stable-9/dist/jetty-distribution-9.3.3.v20150827.zip")
124-
.extractAsZip { raw"^\Qjetty-distribution-9.3.0.v20150612\E/".r.replaceFirstIn(_, "") }
123+
val jetty = Dependency("jetty", "9.3.3.v20150827", "http://mirrors.xmission.com/eclipse/jetty/stable-9/dist/jetty-distribution-9.3.3.v20150827.zip")
124+
.extractAsZip { raw"^\Qjetty-distribution-9.3.3.v20150827\E/".r.replaceFirstIn(_, "") }
125125
.to { _ / "distrib-dependencies" / "common" / "jetty" }
126126

127127
object tools {

0 commit comments

Comments
 (0)