sjavatime 1.1.6
This is release 7 of sjavatime which supports the Scala.js and Scala Native line of products.
Summary 💥
- LocalTime was completely broken on Scala Native. Now it returns UTC because time zone is not supported.
- Now supports compiling with Java 11 and 17.
Contributors 👥
According to git shortlog -sn --no-merges v1.1.5..v1.1.6
22 Scala Steward
5 Eric K Richardson
Thanks to the people trying out this library. 🎤 👏
What's Changed
- Update scala-library to 2.13.6 by @scala-steward in #29
- Update sbt to 1.5.3 by @scala-steward in #31
- Update scala-library to 2.12.14 by @scala-steward in #30
- Fix a warning and update compile settings by @ekrich in #32
- Update sbt to 1.5.4 by @scala-steward in #35
- Update scalajs-compiler, ... to 1.6.0 by @scala-steward in #34
- Update scala3-library, ... to 3.0.1 by @scala-steward in #37
- Update sbt to 1.5.5 by @scala-steward in #38
- Update sbt-ci-release to 1.5.9 by @scala-steward in #42
- Update scala3-library, ... to 3.0.2 by @scala-steward in #40
- Update sbt-scalajs, scalajs-compiler, ... to 1.7.1 by @scala-steward in #43
- Update junit-interface to 0.13.2 by @scala-steward in #47
- Update scala-library to 2.12.15 by @scala-steward in #41
- Update auxlib, javalib, junit-runtime, ... to 0.4.1 by @scala-steward in #44
- Update junit-plugin, nscplugin to 0.4.1 by @scala-steward in #45
- Update scala-library to 2.13.7 by @scala-steward in #48
- Update CI to use setup-java by @ekrich in #49
- Update auxlib, javalib, junit-plugin, ... to 0.4.2 by @scala-steward in #53
- Update sbt to 1.5.6 by @scala-steward in #54
- Update sbt-scalajs, scalajs-compiler, ... to 1.8.0 by @scala-steward in #55
- Update sbt to 1.5.8 by @scala-steward in #57
- Update sbt to 1.6.0 by @scala-steward in #59
- Update sbt to 1.6.1 by @scala-steward in #60
- Update junit-interface to 0.13.3 by @scala-steward in #61
- Provide a working local time impl but returns UTC - no time zone by @ekrich in #52
Full Changelog: v1.1.5...v1.1.6