Added first tutorial based on Scala and SBT

This commit is contained in:
Jonas Bonér 2011-04-01 14:28:08 +02:00
parent b475c886ad
commit 8f4dcfe22a
3 changed files with 112 additions and 0 deletions

View file

@ -0,0 +1,6 @@
import sbt._
class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
val akkaRepo = "Akka Repo" at "http://akka.io/repository"
val akkaPlugin = "se.scalablesolutions.akka" % "akka-sbt-plugin" % "1.1-SNAPSHOT"
}