Skip to content

Commit bf0fe58

Browse files
alexarchambaultsoc
authored andcommitted
Use version 2.0.0-M3 in README, add missing % in dependency
1 parent c1012f4 commit bf0fe58

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
@@ -53,8 +53,8 @@ Scala 2.10, 2.11, and 2.12 (2.12.0-M5 and later) are supported.
5353

5454
To get started with SBT, add one (or both) of these dependencies:
5555

56-
- `libraryDependencies += "io.github.soc" % "scala-java-time" % "2.0.0-M2"` (for Scala)
57-
- `libraryDependencies += "io.github.soc" %%% "scala-java-time" % "2.0.0-M2"` (for Scala.js, [Scala.js plugin](http://www.scala-js.org/tutorial/basic/#sbt-setup) required)
56+
- `libraryDependencies += "io.github.soc" %% "scala-java-time" % "2.0.0-M3"` (for Scala)
57+
- `libraryDependencies += "io.github.soc" %%% "scala-java-time" % "2.0.0-M3"` (for Scala.js, [Scala.js plugin](http://www.scala-js.org/tutorial/basic/#sbt-setup) required)
5858

5959
#### Building
6060
This project builds using sbt.

0 commit comments

Comments
 (0)