diff options
-rw-r--r-- | build.sbt | 2 | ||||
-rwxr-xr-x | rdfox_setup.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | import Dependencies._ | 1 | import Dependencies._ |
2 | 2 | ||
3 | ThisBuild / scalaVersion := "2.13.4" | 3 | ThisBuild / scalaVersion := "2.13.9" |
4 | ThisBuild / version := "1.1.0" | 4 | ThisBuild / version := "1.1.0" |
5 | ThisBuild / organization := "uk.ac.ox.cs.rsacomb" | 5 | ThisBuild / organization := "uk.ac.ox.cs.rsacomb" |
6 | ThisBuild / organizationName := "Department of Computer Science - University of Oxford" | 6 | ThisBuild / organizationName := "Department of Computer Science - University of Oxford" |
diff --git a/rdfox_setup.sh b/rdfox_setup.sh index 2091088..c9728ca 100755 --- a/rdfox_setup.sh +++ b/rdfox_setup.sh | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | VERSION="5.2.1" | 3 | VERSION="5.7" |
4 | NAME="RDFox-linux-x86_64-$VERSION" | 4 | NAME="RDFox-linux-x86_64-$VERSION" |
5 | LINK="https://rdfox-distribution.s3.eu-west-2.amazonaws.com/release/v$VERSION/$NAME.zip" | 5 | LINK="https://rdfox-distribution.s3.eu-west-2.amazonaws.com/release/v$VERSION/$NAME.zip" |
6 | DEST="lib" | 6 | DEST="lib" |