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 c3f7172

Browse files
Bump version to 1.1.1
Also reenables mima.
1 parent 6377358 commit c3f7172

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ As of Scala 2.11, this library is a separate jar that can be omitted from Scala
1818
To depend on scala-parser-combinators in SBT, add something like this to your build.sbt:
1919

2020
```
21-
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.7"
21+
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.0"
2222
```
2323

2424
(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.)
2525

26-
To support multiple Scala versions, see the example in https://github.com/scala/scala-module-dependency-sample.
26+
To support multiple Scala versions, see the example in [scala/scala-module-dependency-sample](https://github.com/scala/scala-module-dependency-sample).
2727

2828
## Example
2929

@@ -60,11 +60,11 @@ For a detailed unpacking of this example see
6060
Scala-parser-combinators directly supports scala-js 0.6+, starting with v1.0.5:
6161

6262
```
63-
libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "1.0.7"
63+
libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "1.1.0"
6464
```
6565

6666
## Contributing
6767

68-
* See the [Scala Developer Guidelines](https://github.com/scala/scala/blob/2.12.x/CONTRIBUTING.md) for general contributing guidelines
68+
* See the [Scala Developer Guidelines](https://github.com/scala/scala/blob/2.13.x/CONTRIBUTING.md) for general contributing guidelines
6969
* Have a look at [existing issues](https://github.com/scala/scala-parser-combinators/issues)
7070
* Ask questions and discuss [on Gitter](https://gitter.im/scala/scala-parser-combinators)

‎build.sbt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ lazy val `scala-parser-combinators` = crossProject.in(file(".")).
2222
jvmSettings(scalaModuleSettingsJVM).
2323
settings(
2424
name := "scala-parser-combinators",
25-
version := "1.1.0-SNAPSHOT",
26-
mimaPreviousVersion := None,
25+
version := "1.1.1-SNAPSHOT",
26+
mimaPreviousVersion := Some("1.1.0"),
2727

2828
apiMappings += (scalaInstance.value.libraryJar ->
2929
url(s"https://www.scala-lang.org/api/${scalaVersion.value}/")),

0 commit comments

Comments
(0)

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