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 /build.sbt | |
parent | 1266862146b679fb04cbd48b740032893b6a34a9 (diff) | |
download | RSAComb-a3030d1586e33f44692f7b6d2e616b6f183f9b9a.tar.gz RSAComb-a3030d1586e33f44692f7b6d2e616b6f183f9b9a.zip |
Update scala version and dependencies
Diffstat (limited to 'build.sbt')
-rw-r--r-- | build.sbt | 2 |
1 files changed, 1 insertions, 1 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" |