Skip to content

Commit d12aa2c

Browse files
authored
Merge pull request #522 from sjrd/update-jdk-extensions
Update and reorganize the JDK extensions section of Libraries.
2 parents d033629 + f376aa2 commit d12aa2c

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

_data/library/scalalibs.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
11
- topic: JDK extensions
22
libraries:
3-
- name: scalajs-java-time
4-
url: https://github.com/scala-js/scala-js-java-time
5-
desc: Port of the [java.time API](https://docs.oracle.com/javase/8/docs/api/java/time/package-summary.html) of JDK8 for Scala.js
6-
dep: '"org.scala-js" %%% "scalajs-java-time" % "0.2.0"'
7-
- name: scalajs-jsjoda-as-java-time
8-
url: https://github.com/zoepepper/scalajs-jsjoda
9-
desc: Implementation of JDK8's [java.time API](https://docs.oracle.com/javase/8/docs/api/java/time/package-summary.html) in Scala.js by wrapping [js-joda](http://js-joda.github.io/js-joda/) classes
10-
dep: '"com.zoepepper" %%% "scalajs-jsjoda-as-java-time" % "1.1.2"'
113
- name: scala-java-time
124
url: https://github.com/cquiroz/scala-java-time
135
desc: Platform-independent implementation of [java.time](https://docs.oracle.com/javase/8/docs/api/java/time/package-summary.html)
14-
dep: '"io.github.cquiroz" %%% "scala-java-time" % "2.0.0-M7"'
6+
dep: '"io.github.cquiroz" %%% "scala-java-time" % "2.0.0"'
7+
- name: scalajs-jsjoda-as-java-time
8+
url: https://github.com/zoepepper/scalajs-jsjoda
9+
desc: Alternative to scala-java-time implemented by wrapping [js-joda](http://js-joda.github.io/js-joda/) classes
10+
dep: '"com.zoepepper" %%% "scalajs-jsjoda-as-java-time" % "1.2.0"'
1511
- name: scala-java-locales
1612
url: https://github.com/cquiroz/scala-java-locales
1713
desc: Implementation of JDK8's [java.util.Locale API](https://docs.oracle.com/javase/8/docs/api/java/util/Locale.html) and parts of [java.text API](https://docs.oracle.com/javase/8/docs/api/java/text/package-summary.html)
18-
dep: '"io.github.cquiroz" %%% "scala-java-locales" % "0.5.0-cldr30"'
14+
dep: '"io.github.cquiroz" %%% "scala-java-locales" % "1.0.0"'
1915
- name: scalajs-java-logging
2016
url: https://github.com/scala-js/scala-js-java-logging
2117
desc: Port of the [java.util.logging API](https://docs.oracle.com/javase/8/docs/api/java/util/logging/package-summary.html) of JDK 8 for Scala.js
22-
dep: '"org.scala-js" %%% "scalajs-java-logging" % "0.1.0"'
18+
dep: '"org.scala-js" %%% "scalajs-java-logging" % "1.0.0"'
2319
- topic: Functional programming
2420
libraries:
2521
- name: Scalaz

0 commit comments

Comments
 (0)