From 7dcb891e5d710c99230be0e86103c9e91d1120e9 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Sun, 16 Oct 2022 00:25:18 +0100 Subject: Updating dependences. This was triggered by a vulnerability detected by dependabot. --- build.sbt | 2 +- rdfox_setup.sh | 2 +- 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 @@ import Dependencies._ -ThisBuild / scalaVersion := "2.13.4" +ThisBuild / scalaVersion := "2.13.9" ThisBuild / version := "1.1.0" ThisBuild / organization := "uk.ac.ox.cs.rsacomb" 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 @@ #!/bin/sh -VERSION="5.2.1" +VERSION="5.7" NAME="RDFox-linux-x86_64-$VERSION" LINK="https://rdfox-distribution.s3.eu-west-2.amazonaws.com/release/v$VERSION/$NAME.zip" DEST="lib" -- cgit v1.2.3