Skip to content

Instantly share code, notes, and snippets.

@okomok
Created October 17, 2010 07:24
Show Gist options
  • Save okomok/630627 to your computer and use it in GitHub Desktop.
Save okomok/630627 to your computer and use it in GitHub Desktop.
using maven-repo
// 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