Skip to content

Commit

Permalink
0.4 update update checker/argonaut/scalaz bincompat
Browse files Browse the repository at this point in the history
  • Loading branch information
pfn committed Aug 30, 2016
1 parent d5e567b commit b8c9fec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ Simple SBT server plugin
## Usage

* In `project/plugins.sbt`
`addSbtPlugin("com.hanhuy.sbt" % "sbt-simple-server" % "0.3")`
`addSbtPlugin("com.hanhuy.sbt" % "sbt-simple-server" % "0.4")`
* `disablePlugins(SimpleServerPlugin)` if desired, otherwise it will be
automatically enabled
* Run and use SBT like normal
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -4,11 +4,11 @@ name := "sbt-simple-server"

organization := "com.hanhuy.sbt"

version := "0.3"
version := "0.4"

scalacOptions ++= Seq("-deprecation","-Xlint","-feature")

libraryDependencies += "com.hanhuy.sbt" %% "bintray-update-checker" % "0.1"
libraryDependencies += "com.hanhuy.sbt" %% "bintray-update-checker" % "0.2"

buildInfoSettings

Expand Down

0 comments on commit b8c9fec

Please sign in to comment.