Skip to content

Instantly share code, notes, and snippets.

@Opalo
Last active April 29, 2019 12:32
Show Gist options
  • Save Opalo/930d658cf3c9ff77c8ee0dc6fade4691 to your computer and use it in GitHub Desktop.
Save Opalo/930d658cf3c9ff77c8ee0dc6fade4691 to your computer and use it in GitHub Desktop.
lazy val generatorDependencies = Seq(
"com.typesafe.slick" %% "slick-codegen" % "3.3.0",
"org.slf4j" % "log4j-over-slf4j" % "1.7.26",
"ch.qos.logback" % "logback-classic" % "1.2.3",
"ch.qos.logback" % "logback-core" % "1.2.3",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.2"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment