Skip to content

Commit

Permalink
prepared for sbt 0.11.0
Browse files Browse the repository at this point in the history
updated xsbt-web-plugin to 0.1.2
  • Loading branch information
cdietze committed Oct 15, 2011
1 parent 26f09f4 commit 45623cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version := "1.1-SNAPSHOT"

resolvers += "Web plugin repo" at "http://siasia.github.com/maven2"

libraryDependencies <+= sbtVersion(v => "com.github.siasia" %% "xsbt-web-plugin" % ("0.1.1-" + v))
addSbtPlugin("com.github.siasia" %% "xsbt-web-plugin" % "0.1.2")

seq(ScriptedPlugin.scriptedSettings: _*)

Expand Down

0 comments on commit 45623cb

Please sign in to comment.