Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Oct 22, 2017
1 parent acb4094 commit 83882b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ setup for sbt 0.13
put the following in the `project/appengine.sbt`:

```scala
addSbtPlugin("com.eed3si9n" % "sbt-appengine" % "0.7.0")
addSbtPlugin("com.eed3si9n" % "sbt-appengine" % "0.8.0")
```

and the following in `appengine.sbt`:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name := "sbt-appengine"

organization := "com.eed3si9n"

version := "0.7.1-SNAPSHOT"
version := "0.8.0"

description := "sbt plugin to deploy on appengine"

Expand Down
8 changes: 8 additions & 0 deletions notes/0.8.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- [fix warning](https://github.com/sbt/sbt-appengine/commit/0cadd24981c31db7a2cf61ef1f12511db0393814)
- [support sbt 1.0](https://github.com/sbt/sbt-appengine/commit/2940a4bd8bd40f7bb400bb61c58ef85f4b0ea6a5)
- [fix deprecation warning](https://github.com/sbt/sbt-appengine/commit/22082783769048e98ec04a88191677a9d9867a70)
- [xsbt-web-plugin 4.0.1](https://github.com/sbt/sbt-appengine/commit/de36ba3812a9e213999b4e1c9128be481fadf292)
- [sbt 0.13.16](https://github.com/sbt/sbt-appengine/commit/343609223a7e61fd713b17de7c21c162d4d957a3)
- [Update README to include appengine.properties](https://github.com/sbt/sbt-appengine/commit/9b1f1a8969dcb6265cc423f73204f5b36f885b1a)
- [Allow for reading the Appengine SDK path from a properties file if not in the environment. (#52)](https://github.com/sbt/sbt-appengine/commit/432091ec84ef771870dead5a9359eac297d99394)
- [sbt-revolver 0.9.0](https://github.com/sbt/sbt-appengine/commit/6bc79730cec7b7861630d517f8c5c72a207d7900)

0 comments on commit 83882b4

Please sign in to comment.