Last active
April 29, 2019 12:32
-
-
Save Opalo/930d658cf3c9ff77c8ee0dc6fade4691 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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