10 lines
226 B
Scala
10 lines
226 B
Scala
// Student tasks (i.e. submit, packageSubmission)
|
|
enablePlugins(StudentTasks)
|
|
|
|
courseraId := ch.epfl.lamp.CourseraId(
|
|
key = "7ByAoS4kEea1yxIfJA1CUw",
|
|
itemId = "QhzMw",
|
|
premiumItemId = Some("FWGnz"),
|
|
partId = "OY5fJ"
|
|
)
|