Skip to content

Commit

Permalink
Merge pull request #4 from scala-exercises/library-metadata
Browse files Browse the repository at this point in the history
Add library repo metadata
  • Loading branch information
Rafa Paradela committed Jun 8, 2016
2 parents 62e8e37 + c04fbea commit 6d66324
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/scala/shapeless/ShapelessLib.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ package shapelessex
* @param name shapeless
*/
object ShapelessLib extends exercise.Library {
override def owner = "scala-exercises"
override def repository = "exercises-shapeless"

override def color = Some("#6573C4")

override def sections = List(
Expand Down

0 comments on commit 6d66324

Please sign in to comment.