Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit aa98174

Browse files
committed
update version numbers for v1.0.4
1 parent 689d179 commit aa98174

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ As of Scala 2.11, this library is a separate jar that can be omitted from Scala
1414
To depend on scala-parser-combinators in SBT, add something like this to your build.sbt:
1515

1616
```
17-
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.2"
17+
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.4"
1818
```
1919

2020
(Assuming you're using a `scalaVersion` for which a scala-parser-combinators is published. The first 2.11 milestone for which this is true is 2.11.0-M4.)

‎build.sbt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ scalaModuleSettings
44

55
name := "scala-parser-combinators"
66

7-
version := "1.0.4-SNAPSHOT"
7+
version := "1.0.5-SNAPSHOT"
88

99
scalaVersion := "2.11.6"
1010

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /