Skip to content

Commit

Permalink
Merge branch '2.9.x' of github.com:colladoc/colladoc into 2.9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatov committed Aug 15, 2011
2 parents c1dc5ba + 319ae28 commit e7caf2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions project/plugins/build.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
seq(
libraryDependencies += "com.github.mpeltonen" %% "sbt-idea" % "0.10.0-SNAPSHOT",
libraryDependencies <+= sbtVersion("com.github.siasia" %% "xsbt-web-plugin" % _),
libraryDependencies <+= sbtVersion("com.github.siasia" %% "xsbt-proguard-plugin" % _)
)

resolvers ++= Seq(
"sbt-idea-repo" at "http://mpeltonen.github.com/maven/",
"Web plugin repo" at "http://siasia.github.com/maven2",
"Proguard plugin repo" at "http://siasia.github.com/maven2"
)
2 changes: 1 addition & 1 deletion scala
Submodule scala updated from 28a99d to bfb6d2

0 comments on commit e7caf2c

Please sign in to comment.