Skip to content

Instantly share code, notes, and snippets.

@seratch
Created March 25, 2014 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seratch/9755791 to your computer and use it in GitHub Desktop.
Save seratch/9755791 to your computer and use it in GitHub Desktop.
build.sbt
scalaVersion := "2.10.4"
resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots"
lazy val scalikejdbcVersion = "1.7.5-SNAPSHOT"
libraryDependencies ++= Seq(
"org.scalikejdbc" %% "scalikejdbc" % scalikejdbcVersion,
"org.scalikejdbc" %% "scalikejdbc-interpolation" % scalikejdbcVersion,
"org.slf4j" % "slf4j-simple" % "1.7.6"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment