Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: ianknowles <ian@imknowles.co.uk>
  • Loading branch information
ianknowles committed Oct 14, 2021
1 parent 7ece613 commit 8445cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ val githubUser: String = "ianknowles"
val githubRepo: String = projectName

ThisBuild / scalaVersion := "2.13.6"
ThisBuild / version := "1.0.1-SNAPSHOT"
ThisBuild / version := "1.0.0"
ThisBuild / versionScheme := Some("early-semver")
ThisBuild / scalacOptions ++= Seq(
"-feature",
Expand Down

0 comments on commit 8445cb0

Please sign in to comment.