Skip to content

Commit 86902cf

Browse files
author
Javier de Silóniz Sandino
authored
Merge pull request #15 from scala-exercises/js-520-set-library-logo-directly-in-content-side
Bumped up version number - added logo to content library
2 parents bb16769 + 3a66f44 commit 86902cf

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ lazy val fpinscala = (project in file("."))
55
organization := "org.scala-exercises",
66
name := "exercises-fpinscala",
77
scalaVersion := "2.11.8",
8-
version := "0.2.3-SNAPSHOT",
8+
version := "0.2.5-SNAPSHOT",
99
resolvers ++= Seq(
1010
Resolver.sonatypeRepo("snapshots"),
1111
Resolver.sonatypeRepo("releases")

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
resolvers += Resolver.sonatypeRepo("snapshots")
2-
addSbtPlugin("org.scala-exercises" % "sbt-exercise" % "0.2.3-SNAPSHOT", "0.13", "2.10")
2+
addSbtPlugin("org.scala-exercises" % "sbt-exercise" % "0.2.5-SNAPSHOT", "0.13", "2.10")
33
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

src/main/resources/fp_in_scala.svg

+23
Loading

src/main/scala/fpinscalalib/FPinScalaLibrary.scala

+2
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ object FPinScalaLibrary extends Library {
2020
FunctionalStateSection,
2121
FunctionalParallelismSection
2222
)
23+
24+
override def logoPath = "fp_in_scala"
2325
}

0 commit comments

Comments
 (0)