Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/overview/platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ While ZIO is a zero dependency library, some basic capabilities of the platform

```scala
libraryDependencies ++= Seq(
"io.github.cquiroz" %%% "scala-java-time" % "2.0.0"
"io.github.cquiroz" %%% "scala-java-time-tzdb" % "2.0.0"
"io.github.cquiroz" %%% "scala-java-time" % "2.2.0"
"io.github.cquiroz" %%% "scala-java-time-tzdb" % "2.2.0"
)
```

Expand All @@ -31,4 +31,4 @@ Because of its single threaded execution model, blocking operations are not supp

## Scala Native

Support for Scala Native is currently experimental. More details will be added regarding support for the Scala Native platform when they are available.
Support for Scala Native is currently experimental. More details will be added regarding support for the Scala Native platform when they are available.