Skip to content

Commit

Permalink
Update version in readme
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Quiroz <[email protected]>
  • Loading branch information
cquiroz committed May 15, 2021
1 parent 8b422e5 commit b5a7c84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Simply add the following line to your sbt settings:

```scala
libraryDependencies += "io.github.cquiroz" %%% "scala-java-locales" % "1.1.3"
libraryDependencies += "io.github.cquiroz" %%% "scala-java-locales" % "1.2.0"
```

If you have a `crossProject`, the setting must be used only in the JS part:
Expand All @@ -21,7 +21,7 @@ If you have a `crossProject`, the setting must be used only in the JS part:
lazy val myCross = crossProject.
...
.jsSettings(
libraryDependencies += "io.github.cquiroz" %%% "scala-java-locales" % "1.1.3"
libraryDependencies += "io.github.cquiroz" %%% "scala-java-locales" % "1.2.0"
)
```

Expand All @@ -47,7 +47,7 @@ size benefit and a larger speed improvement doing so as scala.js has less code t
For the common cases that you just need date formatting in angling you can just include

```scala
libraryDependencies += "io.github.cquiroz" %%% "locales-minimal-en-db" % "1.1.3"
libraryDependencies += "io.github.cquiroz" %%% "locales-minimal-en-db" % "1.2.0"
```

## Default Locale
Expand Down

0 comments on commit b5a7c84

Please sign in to comment.