Skip to content

Commit

Permalink
publish 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin C. Richards committed Nov 21, 2022
1 parent bf6f775 commit 38bc95b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ libraryDependencies ++= Seq(

Test / parallelExecution := true
ThisBuild / parallelExecution := false
ThisBuild / publishArtifact := true
ThisBuild / publishArtifact := false
ThisBuild / publishConfiguration := publishConfiguration.value.withOverwrite(
true
)
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "1.0.1-SNAPSHOT"
ThisBuild / version := "1.0.0"

0 comments on commit 38bc95b

Please sign in to comment.