Skip to content

Commit

Permalink
Snapshots don't work anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Dec 8, 2019
1 parent 7430db2 commit 68f77af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sbt-test/sbtghpackages/publish/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import scala.sys.process._
name := "sbt-github-packages-tests-publish"

ThisBuild / organization := "com.codecommit"
ThisBuild / version := "0.1-SNAPSHOT"
ThisBuild / version := s"${sys.props("plugin.version")}"

ThisBuild / githubOwner := "djspiewak"
ThisBuild / githubRepository := "sbt-github-packages"
Expand Down

0 comments on commit 68f77af

Please sign in to comment.