Skip to content

Instantly share code, notes, and snippets.

@ymnk
Created February 17, 2011 09:24
Show Gist options
  • Save ymnk/831378 to your computer and use it in GitHub Desktop.
Save ymnk/831378 to your computer and use it in GitHub Desktop.
sbt project for testing scala-io
#Project properties
#Thu Feb 17 13:36:19 JST 2011
project.organization=scalatohoku
project.name=scala-io-test
sbt.version=0.7.4
project.version=1.0
build.scala.versions=2.8.1
project.initialize=false
import sbt._
class ExampleSbtProject(info: ProjectInfo) extends DefaultProject(info)
{
val io = "com.github.scala-incubator.io" %% "core" % "0.1.0"
val file = "com.github.scala-incubator.io" %% "file" % "0.1.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment