Skip to content

Commit

Permalink
Merge pull request #6 from scala-exercises/library-repository-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 9457cbc + 5b72615 commit 5c3d18b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/scala/stdlib/StdLib.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ package stdlib
* @param name std_lib
*/
object StdLib extends exercise.Library {
override def owner = "scala-exercises"
override def repository = "exercises-stdlib"

override def color = Some("#dc322f")

Expand Down

0 comments on commit 5c3d18b

Please sign in to comment.