Skip to content

Commit

Permalink
Set up release plugin, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
bkirwi committed May 31, 2017
1 parent e9fadd3 commit 8f122b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ description := "Composable command-line parsing for Scala"

organization := "com.monovore"

version := "0.2.1"

resolvers += Resolver.sonatypeRepo("releases")

addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.3" cross CrossVersion.binary)
Expand Down Expand Up @@ -40,3 +38,5 @@ micrositeGithubRepo := "decline"
micrositeHighlightTheme := "solarized-light"

micrositeDocumentationUrl := "usage.html"

releaseCrossBuild := true
2 changes: 2 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.4.8")
addSbtPlugin("com.fortysevendeg" % "sbt-microsites" % "0.4.0")

addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")

addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.5")
1 change: 1 addition & 0 deletions version.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version in ThisBuild := "0.2.2-SNAPSHOT"

0 comments on commit 8f122b2

Please sign in to comment.