diff options
Diffstat (limited to 'project/Dependencies.scala')
-rw-r--r-- | project/Dependencies.scala | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 39e8e2e..a185615 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala | |||
@@ -8,8 +8,11 @@ object Dependencies { | |||
8 | 8 | ||
9 | // Libraries | 9 | // Libraries |
10 | val scalatest = "org.scalatest" %% "scalatest" % scalatestVersion | 10 | val scalatest = "org.scalatest" %% "scalatest" % scalatestVersion |
11 | val scalatestFlatSpec = "org.scalatest" %% "scalatest-flatspec" % scalatestVersion | 11 | val scalatestFlatSpec = |
12 | val scalatestShouldMatchers = "org.scalatest" %% "scalatest-shouldmatchers" % scalatestVersion | 12 | "org.scalatest" %% "scalatest-flatspec" % scalatestVersion |
13 | val apibinding = "net.sourceforge.owlapi" % "owlapi-apibinding" % owlapiVersion | 13 | val scalatestShouldMatchers = |
14 | "org.scalatest" %% "scalatest-shouldmatchers" % scalatestVersion | ||
15 | val apibinding = | ||
16 | "net.sourceforge.owlapi" % "owlapi-apibinding" % owlapiVersion | ||
14 | val graphcore = "org.scala-graph" %% "graph-core" % scalagraphVersion | 17 | val graphcore = "org.scala-graph" %% "graph-core" % scalagraphVersion |
15 | } | 18 | } |