Skip to content

Commit ed2a6c1

Browse files
authored
Merge pull request #164 from retronym/bump/0.9.7-SNAPSHOT
Bump to new snapshot version
2 parents ef70504 + c9a066b commit ed2a6c1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ Note: this branch targets Scala 2.11.x, support for Scala 2.10.x has been moved
44

55
## Quick start
66

7-
To include scala-async in an existing project use the library published on Maven Central.
7+
To include scala-async in an existing project use the library published on Maven Central.
88
For sbt projects add the following to your build definition - build.sbt or project/Build.scala:
99

1010
```scala
11-
libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.5"
11+
libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.6"
1212
```
1313

14-
For Maven projects add the following to your <dependencies> (make sure to use the correct Scala version prefix, _2.10 or _2.11,
14+
For Maven projects add the following to your <dependencies> (make sure to use the correct Scala version prefix, _2.10 or _2.11,
1515
to match your project’s Scala version):
1616

1717
```scala
1818
<dependency>
1919
<groupId>org.scala-lang.modules</groupId>
2020
<artifactId>scala-async_2.11</artifactId>
21-
<version>0.9.5</version>
21+
<version>0.9.6</version>
2222
</dependency>
2323
```
2424

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ organization := "org.scala-lang.modules"
1010

1111
name := "scala-async"
1212

13-
version := "0.9.6-SNAPSHOT"
13+
version := "0.9.7-SNAPSHOT"
1414

1515
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value % "provided"
1616

0 commit comments

Comments
 (0)