Commit d2fa8bb Risto Yrjänä
committed
1 parent 2a0ab87 commit d2fa8bb Copy full SHA for d2fa8bb
File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
// xsbt-web-plugin
2
2
resolvers += " Web plugin repo" at " http://siasia.github.com/maven2"
3
3
4
- libraryDependencies <+= sbtVersion(v => " com.github.siasia" %% " xsbt-web-plugin" % " 0.11.1-0.2.10" )
4
+ libraryDependencies <+= sbtVersion(v => v match {
5
+ case " 0.11.0" => " com.github.siasia" %% " xsbt-web-plugin" % " 0.11.0-0.2.8"
6
+ case " 0.11.1" => " com.github.siasia" %% " xsbt-web-plugin" % " 0.11.1-0.2.10"
7
+ case " 0.11.2" => " com.github.siasia" %% " xsbt-web-plugin" % " 0.11.2-0.2.11"
8
+ case " 0.11.3" => " com.github.siasia" %% " xsbt-web-plugin" % " 0.11.3-0.2.11.1"
9
+ case x if (x.startsWith(" 0.12" )) => " com.github.siasia" %% " xsbt-web-plugin" % " 0.12.0-0.2.11.1"
10
+ })
11
+
5
12
6
13
// sbteclipse
7
14
resolvers += Classpaths .typesafeResolver
You can’t perform that action at this time.
0 commit comments