mirror of
https://github.com/jlengrand/baker-recipe-tuto.git
synced 2026-03-10 08:01:22 +00:00
8 lines
194 B
Scala
8 lines
194 B
Scala
name := "baker-recipe-tuto"
|
|
|
|
version := "1.0"
|
|
|
|
scalaVersion := "2.11.8"
|
|
libraryDependencies += "com.ing" % "baker_2.11" % "0.2.30"
|
|
libraryDependencies += "org.slf4j" % "slf4j-simple" % "1.7.21"
|