Skip to content

Instantly share code, notes, and snippets.

@vichu
Created December 22, 2018 22:16
Show Gist options
  • Save vichu/4e5c3e7a0ba49ce72a77f1dfb3d83d38 to your computer and use it in GitHub Desktop.
Save vichu/4e5c3e7a0ba49ce72a77f1dfb3d83d38 to your computer and use it in GitHub Desktop.
build.sbt
name := "phantom-scala-example"
version := "0.1"
scalaVersion := "2.12.8"
libraryDependencies ++= Seq(
// Database dependencies
"com.outworkers" % "phantom-dsl_2.12" % "2.30.0",
// scala logging
"org.slf4j" % "slf4j-api" % "1.7.25",
"org.slf4j" % "slf4j-simple" % "1.7.25"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment