diff options
author | Federico Igne <git@federicoigne.com> | 2021-08-06 13:32:47 +0100 |
---|---|---|
committer | Federico Igne <git@federicoigne.com> | 2021-08-06 13:32:47 +0100 |
commit | e0265f0d9687d2e6188a3be41bc848a7cf9efc40 (patch) | |
tree | bb9eea80b788f01c627810f0e0b7aa9008a4042e /build.sbt | |
parent | 75eb39dd0fd31c295b9ed9a6d3b0fd3b25611b2a (diff) | |
download | RSAComb-e0265f0d9687d2e6188a3be41bc848a7cf9efc40.tar.gz RSAComb-e0265f0d9687d2e6188a3be41bc848a7cf9efc40.zip |
Bump version to v0.2.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.1.0" | 4 | ThisBuild / version := "0.2.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")) |