aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt2
-rw-r--r--project/Dependencies.scala4
-rw-r--r--project/build.properties2
3 files changed, 4 insertions, 4 deletions
diff --git a/build.sbt b/build.sbt
index 040f7c3..860b064 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,6 @@
1import Dependencies._ 1import Dependencies._
2 2
3ThisBuild / scalaVersion := "2.13.3" 3ThisBuild / scalaVersion := "2.13.4"
4ThisBuild / version := "0.1.0" 4ThisBuild / version := "0.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/project/Dependencies.scala b/project/Dependencies.scala
index 1cafe11..39e8e2e 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -2,8 +2,8 @@ import sbt._
2 2
3object Dependencies { 3object Dependencies {
4 // Versions 4 // Versions
5 lazy val scalatestVersion = "3.2.2" 5 lazy val scalatestVersion = "3.2.3"
6 lazy val owlapiVersion = "5.1.16" 6 lazy val owlapiVersion = "5.1.17"
7 lazy val scalagraphVersion = "1.13.2" 7 lazy val scalagraphVersion = "1.13.2"
8 8
9 // Libraries 9 // Libraries
diff --git a/project/build.properties b/project/build.properties
index 0837f7a..7de0a93 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
sbt.version=1.3.13 sbt.version=1.4.4