diff options
| author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-07-15 17:58:33 +0100 |
|---|---|---|
| committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-07-15 17:58:33 +0100 |
| commit | 95fa2a0090110a90d9a0f4948a4ced252d8ec111 (patch) | |
| tree | a0c86a6ddd0918e1be7ccc92a4b217ea5c48f43c | |
| parent | 0ccecbe8718c90201700897ee33e9082b7bfce50 (diff) | |
| download | RSAComb-95fa2a0090110a90d9a0f4948a4ced252d8ec111.tar.gz RSAComb-95fa2a0090110a90d9a0f4948a4ced252d8ec111.zip | |
Update dependences
| -rw-r--r-- | build.sbt | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | import Dependencies._ | 1 | //import Dependencies._ |
| 2 | 2 | ||
| 3 | ThisBuild / scalaVersion := "2.13.1" | 3 | ThisBuild / scalaVersion := "2.13.1" |
| 4 | ThisBuild / version := "0.1.0" | 4 | ThisBuild / version := "0.1.0" |
| @@ -9,7 +9,7 @@ lazy val root = (project in file(".")) | |||
| 9 | .settings( | 9 | .settings( |
| 10 | name := "RSAComb", | 10 | name := "RSAComb", |
| 11 | libraryDependencies ++= Seq( | 11 | libraryDependencies ++= Seq( |
| 12 | scalaTest % Test, | 12 | "org.scalatest" %% "scalatest" % "3.1.0" % "test", |
| 13 | "net.sourceforge.owlapi" % "owlapi-apibinding" % "5.1.13" | 13 | "net.sourceforge.owlapi" % "owlapi-apibinding" % "5.1.13" |
| 14 | ) | 14 | ) |
| 15 | ) | 15 | ) |
