Skip to content

Commit 07645cb

Browse files
authored
Merge pull request #559 from 2072/patch-2
Update README.md
2 parents 86b8686 + fd3d992 commit 07645cb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ Scala 2.11, Scala 2.12, Scala 2.13 and Scala 3.0.0 are supported.
1515

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

18-
- `libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.5.0"`
18+
- `libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.6.0"`
19+
- `libraryDependencies += "io.github.cquiroz" %%% "scala-java-time-tzdb" % "2.6.0"` (optional)
20+
21+
The second dependency contains all time zones available from IANA Time Zone Database. It can be removed if your code doesn't use timezones.
22+
Note that the timezone db is fairly large and due to the characteristics of the API it’s not very ammenable to optimization.
23+
This database is published every now and then so it may be old. For current version and more possibilities, pleae see the [Time Zone section in the documentation](https://cquiroz.github.io/scala-java-time/#:~:text=Time%20zones).
1924

2025

2126
#### Documentation

0 commit comments

Comments
 (0)