Skip to content

Commit

Permalink
Merge pull request #52 from scala-exercises/js-520-set-library-logo-d…
Browse files Browse the repository at this point in the history
…irectly-in-content-side

Include logo in content library
  • Loading branch information
Javier de Silóniz Sandino authored Sep 8, 2016
2 parents 8a98ff9 + e2162c2 commit 32130c2
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lazy val stdlib = (project in file("."))
organization := "org.scala-exercises",
name := "exercises-stdlib",
scalaVersion := "2.11.7",
version := "0.2.4-SNAPSHOT",
version := "0.2.5-SNAPSHOT",
resolvers ++= Seq(
Resolver.sonatypeRepo("snapshots"),
Resolver.sonatypeRepo("releases")
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ resolvers ++= Seq(
Resolver.sonatypeRepo("snapshots")
)

addSbtPlugin("org.scala-exercises" % "sbt-exercise" % "0.2.4-SNAPSHOT", "0.13", "2.10")
addSbtPlugin("org.scala-exercises" % "sbt-exercise" % "0.2.5-SNAPSHOT", "0.13", "2.10")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
23 changes: 23 additions & 0 deletions src/main/resources/std_lib.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/main/scala/stdlib/StdLib.scala
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ object StdLib extends org.scalaexercises.definitions.Library {
TypeVariance,
Enumerations
)
override def logoPath = "std_lib"
}

0 comments on commit 32130c2

Please sign in to comment.