diff options
author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2021-11-18 16:57:58 +0000 |
---|---|---|
committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2021-11-18 16:57:58 +0000 |
commit | 490377a9c123f1ba8259b4804dc0329adf051eaf (patch) | |
tree | d32d099b115339b50232d1dc2d154fb2066e2d0c /build.sbt | |
parent | dad80310df14996fa196032ef1854d87d1bf74b0 (diff) | |
download | RSAComb-490377a9c123f1ba8259b4804dc0329adf051eaf.tar.gz RSAComb-490377a9c123f1ba8259b4804dc0329adf051eaf.zip |
Bump version to 1.0.0
Diffstat (limited to 'build.sbt')
-rw-r--r-- | build.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | import Dependencies._ | 1 | import Dependencies._ |
2 | 2 | ||
3 | ThisBuild / scalaVersion := "2.13.4" | 3 | ThisBuild / scalaVersion := "2.13.4" |
4 | ThisBuild / version := "0.2.0" | 4 | ThisBuild / version := "1.0.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" |
7 | ThisBuild / organizationHomepage := Some(url("https://www.cs.ox.ac.uk")) | 7 | ThisBuild / organizationHomepage := Some(url("https://www.cs.ox.ac.uk")) |