10 lines
335 B
Scala
10 lines
335 B
Scala
// Used for base64 encoding
|
|
libraryDependencies += "commons-codec" % "commons-codec" % "1.10"
|
|
|
|
// Used for Coursera submussion
|
|
// libraryDependencies += "org.scalaj" %% "scalaj-http" % "2.4.2"
|
|
// libraryDependencies += "com.typesafe.play" %% "play-json" % "2.7.4"
|
|
|
|
// Student tasks (i.e. packageSubmission)
|
|
enablePlugins(StudentTasks)
|