Skip to content

Commit

Permalink
Update jetty-server to 8.2.0.v20160908 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and alexarchambault committed Feb 1, 2019
1 parent 5463ec4 commit 950954e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import sbt.Keys._
object Deps {

def ammoniteRepl = ("com.lihaoyi" % "ammonite-repl" % "1.6.3").cross(CrossVersion.full)
def jettyServer = "org.eclipse.jetty" % "jetty-server" % "8.1.22.v20160922"
def jettyServer = "org.eclipse.jetty" % "jetty-server" % "8.2.0.v20160908"
def utest = "com.lihaoyi" %% "utest" % "0.6.6"

def sparkSql20 = "org.apache.spark" %% "spark-sql" % "2.0.2" // no need to bump that version much, to ensure we don't rely on too new stuff
Expand Down

0 comments on commit 950954e

Please sign in to comment.