Skip to content

Commit

Permalink
removed scalawrappers from sbt plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ripla committed Dec 16, 2011
1 parent e67429a commit fd077dc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/main/g8/project/plugins.sbt
Expand Up @@ -6,9 +6,4 @@ libraryDependencies <+= sbtVersion(v => "com.github.siasia" %% "xsbt-web-plugin"
// sbteclipse
resolvers += Classpaths.typesafeResolver

addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse" % "1.5.0")

//Vaadin Directory
resolvers += "Vaadin add-ons repository" at "http:// maven.vaadin.com/vaadin-addons"

libraryDependencies += "org.vaadin.addons" % "scala-wrappers" % "0.1"
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse" % "1.5.0")

0 comments on commit fd077dc

Please sign in to comment.