Skip to content

Instantly share code, notes, and snippets.

@xuwei-k
Created August 26, 2011 15:47
Show Gist options
  • Save xuwei-k/1173716 to your computer and use it in GitHub Desktop.
Save xuwei-k/1173716 to your computer and use it in GitHub Desktop.
sbt 0.10 系を使用している主なプロジェクトの、プロジェクト設定ファイル一覧

sbtの0.10系を使っているprojectが、どんなことやってるか調べた

scalaz

sbt

akka

unfiltered

scalaxb

"com.eed3si9n" %% "sbt-assembly" % ("sbt" + sv + "_0.4")
"com.eed3si9n" %% "sbt-appengine" % ("sbt" + sv + "_0.2") 

scalatra

specs2

import sbt._

class Plugins(info : ProjectInfo) extends PluginDefinition(info) {
   val scctRepo       = "scct-repo" at   "http://mtkopone.github.com/scct/maven-repo/"
   val snuggletexRepo = "snuggletex_repo" at "http://www2.ph.ed.ac.uk/maven2"
   val tristanRepo    = "t_repo" at "http://tristanhunt.com:8081/content/groups/public/"
   val codaRepo       = "Coda Hale's Repository" at "http://repo.codahale.com/"

   val proguard   = "org.scala-tools.sbt" % "sbt-proguard-plugin" % "0.0.5"
   val assembly   = "com.codahale" % "assembly-sbt" % "0.1.1"
   val scctPlugin = "reaktor" % "sbt-scct-for-2.8" % "0.1-SNAPSHOT"
   val posterous  = "net.databinder" % "posterous-sbt" % "0.1.7"
}

bowler

casbah

rogue

blueeyes

spark

Anti-XML

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment