Skip to content

Commit

Permalink
ls note for v0.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
eltimn committed Sep 14, 2013
1 parent abd9d48 commit 52d6a36
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -64,7 +64,7 @@ also run `closure` to run it on its own. `clean(for closure)` will delete the ge

## Customization

If you're using [xsbt-web-plugin](https://github.com/siasia/xsbt-web-plugin "xsbt-web-plugin"), add the output files to the webapp with:
If you're using [xsbt-web-plugin](https://github.com/JamesEarlDouglas/xsbt-web-plugin "xsbt-web-plugin"), add the output files to the webapp with:

// add managed resources to the webapp
(webappResources in Compile) <+= (resourceManaged in Compile)
Expand Down
1 change: 1 addition & 0 deletions notes/0.1.4.md
@@ -0,0 +1 @@
* Compiled with sbt 0.13
1 change: 1 addition & 0 deletions project/build.properties
@@ -0,0 +1 @@
sbt.version=0.13.0
1 change: 1 addition & 0 deletions project/plugins.sbt
Expand Up @@ -6,6 +6,7 @@ resolvers ++= Seq(
"coda" at "http://repo.codahale.com"
)


libraryDependencies <+= sbtVersion { v =>
"org.scala-sbt" % "scripted-plugin" % v
}
Expand Down

0 comments on commit 52d6a36

Please sign in to comment.