diff options
-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 | ) |