diff options
author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2022-10-16 00:25:18 +0100 |
---|---|---|
committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2022-10-16 00:25:18 +0100 |
commit | 7dcb891e5d710c99230be0e86103c9e91d1120e9 (patch) | |
tree | bf97c0d1fc97ca82f4d7fc33b3adc21298d2641b | |
parent | 12245a5550817cf20b1d67690078a1808844b1f1 (diff) | |
download | RSAComb-7dcb891e5d710c99230be0e86103c9e91d1120e9.tar.gz RSAComb-7dcb891e5d710c99230be0e86103c9e91d1120e9.zip |
Updating dependences.
This was triggered by a vulnerability detected by dependabot.
-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" |