Skip to content

Commit 8e5f64d

Browse files
authored
Merge pull request #36 from cquiroz/prepare-M10
Prepare for the next development iteration
2 parents 82fd367 + 96c8e5c commit 8e5f64d

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
@@ -16,7 +16,7 @@ Both Scala 2.11 and Scala 2.12 (2.12.0-M7 and later) are supported.
1616
To get started with SBT, add one (or both) of these dependencies:
1717

1818
- `libraryDependencies += "io.github.cquiroz" %% "scala-java-time" % "2.0.0-M9"` (for Scala)
19-
- `libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.0.0-M0` (for Scala.js, [Scala.js plugin](http://www.scala-js.org/tutorial/basic/#sbt-setup) required)
19+
- `libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.0.0-M9` (for Scala.js, [Scala.js plugin](http://www.scala-js.org/tutorial/basic/#sbt-setup) required)
2020

2121
#### Documentation
2222

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lazy val downloadFromZip: TaskKey[Unit] =
1313
lazy val commonSettings = Seq(
1414
name := "scala-java-time",
1515
description := "java.time API implementation in Scala and Scala.js",
16-
version := "2.0.0-M9",
16+
version := "2.0.0-M10-SNAPSHOT",
1717
organization := "io.github.cquiroz",
1818
homepage := Some(url("https://github.com/cquiroz/scala-java-time")),
1919
licenses := Seq("BSD 3-Clause License" -> url("https://opensource.org/licenses/BSD-3-Clause")),

0 commit comments

Comments
 (0)