Skip to content

Commit 3134b81

Browse files
committed
update jetty mirror link
1 parent f749c45 commit 3134b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Distributor.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ 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.0.v20150612.zip")
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")
124124
.extractAsZip { raw"^\Qjetty-distribution-9.3.0.v20150612\E/".r.replaceFirstIn(_, "") }
125125
.to { _ / "distrib-dependencies" / "common" / "jetty" }
126126

0 commit comments

Comments
 (0)