diff options
| author | Stefano Germano <stefanogermano0@gmail.com> | 2020-12-07 19:53:49 +0100 |
|---|---|---|
| committer | Stefano Germano <stefanogermano0@gmail.com> | 2020-12-07 19:53:49 +0100 |
| commit | a3030d1586e33f44692f7b6d2e616b6f183f9b9a (patch) | |
| tree | 436c25d30a64fdd2372af7bddb13138d7e0c4e12 | |
| parent | 1266862146b679fb04cbd48b740032893b6a34a9 (diff) | |
| download | RSAComb-a3030d1586e33f44692f7b6d2e616b6f183f9b9a.tar.gz RSAComb-a3030d1586e33f44692f7b6d2e616b6f183f9b9a.zip | |
Update scala version and dependencies
| -rw-r--r-- | build.sbt | 2 | ||||
| -rw-r--r-- | project/Dependencies.scala | 4 | ||||
| -rw-r--r-- | project/build.properties | 2 |
3 files changed, 4 insertions, 4 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | import Dependencies._ | 1 | import Dependencies._ |
| 2 | 2 | ||
| 3 | ThisBuild / scalaVersion := "2.13.3" | 3 | ThisBuild / scalaVersion := "2.13.4" |
| 4 | ThisBuild / version := "0.1.0" | 4 | ThisBuild / version := "0.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/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 | ||
| 3 | object Dependencies { | 3 | object 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 | ||
