Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit cea24c5

Browse files
Version 0.0.3
1 parent 41e71cd commit cea24c5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ your fruity projects with no Guice.
1010

1111
## Adding to project
1212

13+
Library is available for Scala 2.11, 2.12 and Scala.js 0.6. Add it with:
14+
1315
```scala
1416
libraryDependencies += "io.scalaland" %% "pulp" % pulpVersion
1517
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full)
1618
```
1719

18-
or if you cross-build with Scala.js
20+
or if you cross-build with Scala.js:
1921

2022
```scala
2123
libraryDependencies += "io.scalaland" %%% "pulp" % pulpVersion

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ val versions = new {
44
}
55

66
val settings = Seq(
7-
version := "0.0.3-SNAPSHOT",
7+
version := "0.0.3",
88
scalaVersion := versions.scalaVersion,
99
crossScalaVersions := Seq("2.11.12", "2.12.4"),
1010
scalacOptions ++= Seq(

0 commit comments

Comments
 (0)