Skip to content

Instantly share code, notes, and snippets.

@matael
Created February 22, 2014 16:01
Show Gist options
  • Select an option

  • Save matael/9157132 to your computer and use it in GitHub Desktop.

Select an option

Save matael/9157132 to your computer and use it in GitHub Desktop.
name := "sqlitetest"
version := "0.1"
scalaVersion := "2.10.3"
libraryDependencies ++= Seq(
"org.xerial" % "sqlite-jdbc" % "3.7.2",
"com.typesafe.slick" %% "slick" % "2.0.1-RC1"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment