aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Igne <federico.igne@cs.ox.ac.uk>2022-10-16 00:25:18 +0100
committerFederico Igne <federico.igne@cs.ox.ac.uk>2022-10-16 00:25:18 +0100
commit7dcb891e5d710c99230be0e86103c9e91d1120e9 (patch)
treebf97c0d1fc97ca82f4d7fc33b3adc21298d2641b
parent12245a5550817cf20b1d67690078a1808844b1f1 (diff)
downloadRSAComb-7dcb891e5d710c99230be0e86103c9e91d1120e9.tar.gz
RSAComb-7dcb891e5d710c99230be0e86103c9e91d1120e9.zip
Updating dependences.
This was triggered by a vulnerability detected by dependabot.
-rw-r--r--build.sbt2
-rwxr-xr-xrdfox_setup.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 48fd459..6a7b1da 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,6 @@
1import Dependencies._ 1import Dependencies._
2 2
3ThisBuild / scalaVersion := "2.13.4" 3ThisBuild / scalaVersion := "2.13.9"
4ThisBuild / version := "1.1.0" 4ThisBuild / version := "1.1.0"
5ThisBuild / organization := "uk.ac.ox.cs.rsacomb" 5ThisBuild / organization := "uk.ac.ox.cs.rsacomb"
6ThisBuild / organizationName := "Department of Computer Science - University of Oxford" 6ThisBuild / 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
3VERSION="5.2.1" 3VERSION="5.7"
4NAME="RDFox-linux-x86_64-$VERSION" 4NAME="RDFox-linux-x86_64-$VERSION"
5LINK="https://rdfox-distribution.s3.eu-west-2.amazonaws.com/release/v$VERSION/$NAME.zip" 5LINK="https://rdfox-distribution.s3.eu-west-2.amazonaws.com/release/v$VERSION/$NAME.zip"
6DEST="lib" 6DEST="lib"