Created
October 17, 2010 07:24
-
-
Save okomok/630627 to your computer and use it in GitHub Desktop.
using maven-repo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright Shunsuke Sogame 2008-2010. | |
// Distributed under the terms of an MIT-style license. | |
import sbt._ | |
class HelloSbt(info: ProjectInfo) extends DefaultProject(info) { | |
override def compileOptions = Seq(Deprecation, Unchecked/*, ExplainTypes*/) ++ compileOptions("-Yrecursion", "50") ++ super.compileOptions | |
val mada = "com.github.okomok" % "mada_2.8.0" % "1.0.0-SNAPSHOT" | |
val okomokSnapshots = "okomok Maven2 Snapshots Repository" at "http://github.com/okomok/maven-repo/raw/master/snapshots" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment