File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Both Scala 2.11 and Scala 2.12 (2.12.0-M7 and later) are supported.
16
16
To get started with SBT, add one (or both) of these dependencies:
17
17
18
18
- ` 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)
20
20
21
21
#### Documentation
22
22
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ lazy val downloadFromZip: TaskKey[Unit] =
13
13
lazy val commonSettings = Seq (
14
14
name := " scala-java-time" ,
15
15
description := " java.time API implementation in Scala and Scala.js" ,
16
- version := " 2.0.0-M9 " ,
16
+ version := " 2.0.0-M10-SNAPSHOT " ,
17
17
organization := " io.github.cquiroz" ,
18
18
homepage := Some (url(" https://github.com/cquiroz/scala-java-time" )),
19
19
licenses := Seq (" BSD 3-Clause License" -> url(" https://opensource.org/licenses/BSD-3-Clause" )),
You can’t perform that action at this time.
0 commit comments