Skip to content

Commit

Permalink
- Use newer version of release plugin.
Browse files Browse the repository at this point in the history
- Update release version to new syntax.
  • Loading branch information
Wessel W. Bakker committed Aug 15, 2022
1 parent c54ff18 commit d0033f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2")

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0")

addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0")

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "3.6.3-SNAPSHOT"
ThisBuild / version := "3.6.3-SNAPSHOT"

0 comments on commit d0033f6

Please sign in to comment.