diff options
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")) |