File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
Simply add the following line to your sbt settings:
13
13
14
14
``` scala
15
- libraryDependencies += " io.github.cquiroz" %%% " scala-java-locales" % " 1.1.3 "
15
+ libraryDependencies += " io.github.cquiroz" %%% " scala-java-locales" % " 1.2.0 "
16
16
```
17
17
18
18
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:
21
21
lazy val myCross = crossProject.
22
22
...
23
23
.jsSettings(
24
- libraryDependencies += " io.github.cquiroz" %%% " scala-java-locales" % " 1.1.3 "
24
+ libraryDependencies += " io.github.cquiroz" %%% " scala-java-locales" % " 1.2.0 "
25
25
)
26
26
```
27
27
@@ -47,7 +47,7 @@ size benefit and a larger speed improvement doing so as scala.js has less code t
47
47
For the common cases that you just need date formatting in angling you can just include
48
48
49
49
``` 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 "
51
51
```
52
52
53
53
## Default Locale
You can’t perform that action at this time.
0 commit comments