Skip to content

Commit d98972d

Browse files
committed
Update to latest dependency check
1 parent cd5ec5b commit d98972d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/Dependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ object Dependencies {
3232
lazy val junit = "junit" % "junit" % "4.5" % "test->default"
3333
lazy val specs = "org.scala-tools.testing" % "specs_2.9.0" % "1.6.8" % "test"
3434
lazy val scalatest = "org.scalatest" %% "scalatest" % "1.9.1" % "test"
35-
35+
3636
// extra libraries
3737
lazy val akka = "com.typesafe.akka" %% "akka-actor" % "2.2.3"
3838
lazy val reactive = "cc.co.scala-reactive" %% "reactive-core" % "0.3.2.1"
@@ -54,12 +54,12 @@ object Dependencies {
5454
// database related
5555
lazy val slick = "com.typesafe.slick" %% "slick" % "2.0.1"
5656
lazy val h2 = "com.h2database" % "h2" % "1.3.172"
57-
57+
5858
// apache commons dependencies
5959
object commons {
6060
lazy val io = "commons-io" % "commons-io" % "2.1"
6161
}
6262

6363
// dependency-check
64-
lazy val dependencyCheckCore = "org.owasp" % "dependency-check-core" % "1.2.3"
64+
lazy val dependencyCheckCore = "org.owasp" % "dependency-check-core" % "1.2.8"
6565
}

0 commit comments

Comments
 (0)