diff options
author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2022-10-16 00:25:18 +0100 |
---|---|---|
committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2022-10-16 00:25:18 +0100 |
commit | 7dcb891e5d710c99230be0e86103c9e91d1120e9 (patch) | |
tree | bf97c0d1fc97ca82f4d7fc33b3adc21298d2641b /build.sbt | |
parent | 12245a5550817cf20b1d67690078a1808844b1f1 (diff) | |
download | RSAComb-7dcb891e5d710c99230be0e86103c9e91d1120e9.tar.gz RSAComb-7dcb891e5d710c99230be0e86103c9e91d1120e9.zip |
Updating dependences.
This was triggered by a vulnerability detected by dependabot.
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.4" | 3 | ThisBuild / scalaVersion := "2.13.9" |
4 | ThisBuild / version := "1.1.0" | 4 | ThisBuild / version := "1.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" |