Files
baker-recipe-tuto/build.sbt
julien Lengrand-Lambert 89c8ea57a7 Gets first step of the recipe working
* Reduces sbt version to be compatible with Baker
2017-05-05 07:38:20 +02:00

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"