File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments