aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.sbt b/build.sbt
index 4b774e7..bf44744 100644
--- a/build.sbt
+++ b/build.sbt
@@ -8,8 +8,8 @@ ThisBuild / organizationHomepage := Some(url("https://www.cs.ox.ac.uk"))
8 8
9ThisBuild / scmInfo := Some( 9ThisBuild / scmInfo := Some(
10 ScmInfo( 10 ScmInfo(
11 url("https://github.com/KRR-Oxford/RSA-combined-approach"), 11 url("https://github.com/KRR-Oxford/RSAComb"),
12 "scm:git@github.com:KRR-Oxford/RSA-combined-approach.git" 12 "scm:git@github.com:KRR-Oxford/RSAComb.git"
13 ) 13 )
14) 14)
15// ThisBuild / developers := List( 15// ThisBuild / developers := List(
@@ -24,7 +24,7 @@ ThisBuild / scmInfo := Some(
24ThisBuild / description := "Re-implementation of the combined approach for CQ answering over RSA ontologies." 24ThisBuild / description := "Re-implementation of the combined approach for CQ answering over RSA ontologies."
25// ThisBuild / licenses := List("Apache 2" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt")) 25// ThisBuild / licenses := List("Apache 2" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt"))
26ThisBuild / homepage := Some( 26ThisBuild / homepage := Some(
27 url("https://github.com/KRR-Oxford/RSA-combined-approach") 27 url("https://github.com/KRR-Oxford/RSAComb")
28) 28)
29 29
30lazy val root = (project in file(".")) 30lazy val root = (project in file("."))