Publish artifacts for scala-native 0.4.3
TheElectronWill opened this issue · 16 comments
The most recent artifact for scala-java-time native is scala-java-time_native0.4_2.13
Would it be possible to publish it for scala-native 0.4.3 and scala library 3+? For now I get
Error downloading io.github.cquiroz:scala-java-time_native0.4_3:2.3.0
I can publish it
+1
BTW, Scala Native 0.4.4 is already released
Did you try v2.4.0-M1?
Ok. I'll publish 2.4.0-M2 with 0.4.3 and 2.4.0-M3 with 0.4.4
If I get confirmation it is ok I could do a proper 2.4.0
Had some troubles with the release and had to do only one 2.4.0-M2
with scala-native 0.4.4
. Please let me know if it is working for you
The latest released version doesn't have Scala Native support for Scala 3 yet.
Is scala3 supported by scala native?
yep! since v0.4.3
We’re happy to announce the release of Scala Native v0.4.3, which brings support for Scala 3!
Now I see it was disabled for native
https://github.com/cquiroz/scala-java-time/blob/master/build.sbt#L194
Oh! I guess it's because the initial support of Scala Native was with v0.4.2, which didn't support Scala3, right?
Right, that's correct
Ok, we are kind of stuck. This needs a scala-java-locales
release which is blocked by munit
as in scalameta/munit#477
The munit release has now been merged 🎉
Version 2.4.0 is now out with scala-native support
thanks!