Skip to content

Commit 1e9ff1a

Browse files
authored
Updated version number in the README (#315)
1 parent be0c327 commit 1e9ff1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ As of scala-async 1.0, Scala 2.12.12+ or 2.13.3+ are required.
1111
#### SBT Example
1212

1313
```scala
14-
libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.10.0"
14+
libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "1.0.1"
1515
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided
1616
```
1717

@@ -24,7 +24,7 @@ to match your project’s Scala binary version):
2424
<dependency>
2525
<groupId>org.scala-lang.modules</groupId>
2626
<artifactId>scala-async_2.13</artifactId>
27-
<version>1.0.0</version>
27+
<version>1.0.1</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.scala-lang</groupId>

0 commit comments

Comments
 (0)