File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ Scala 2.11, Scala 2.12 and Scala 2.13-M4 are supported.
17
17
18
18
To get started with SBT, add one (or both) of these dependencies:
19
19
20
- - ` libraryDependencies += "io.github.cquiroz" %% "scala-java-time" % "2.0.0-RC2 " ` (for Scala)
21
- - ` libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.0.0-RC2 " ` (for Scala.js, [ Scala.js plugin] ( http://www.scala-js.org/tutorial/basic/#sbt-setup ) required)
20
+ - ` libraryDependencies += "io.github.cquiroz" %% "scala-java-time" % "2.0.0-RC3 " ` (for Scala)
21
+ - ` libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.0.0-RC3 " ` (for Scala.js, [ Scala.js plugin] ( http://www.scala-js.org/tutorial/basic/#sbt-setup ) required)
22
22
23
23
#### Documentation
24
24
You can’t perform that action at this time.
0 commit comments