Skip to content

Commit b5a7c84

Browse files
committed
Update version in readme
Signed-off-by: Carlos Quiroz <[email protected]>
1 parent 8b422e5 commit b5a7c84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Simply add the following line to your sbt settings:
1313

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

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

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

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

5353
## Default Locale

0 commit comments

Comments
 (0)