Build against Scala Native 0.5.x and Scala.js 1.20.x#311
Build against Scala Native 0.5.x and Scala.js 1.20.x#311hugo-vrijswijk wants to merge 2 commits intoLEGO:mainfrom
Conversation
081c46f to
24793a9
Compare
Updates dependencies to build against Native 0.5.x and Scala.js 1.20.x. Notes: - Disabled the http4s native build, as http4s is not yet released for Scala Native 0.5.x. - FS2 are using release candidates for Native 0.5.x
24793a9 to
04e5e74
Compare
|
With the full release this should be good to go now @Colin-TUE |
|
@hugo-vrijswijk, I would expect so. We are also looking into upgrading the other packages first, so that we no longer have any lingering potential old versions laying around that might cause issues. |
|
|
||
| val http4sFolder = file("./modules/http4s") | ||
| lazy val http4s = crossProject(JSPlatform, JVMPlatform, NativePlatform) | ||
| lazy val http4s = crossProject(JSPlatform, JVMPlatform /* , NativePlatform */ ) |
There was a problem hiding this comment.
Should this be uncommented again now the full release is ready for Native as well?
There was a problem hiding this comment.
We're still waiting for http4s native 0.5 to be released. It's probably not too far out so this could be merged now and uncommented in a few days(?), or we can wait for the release
There was a problem hiding this comment.
We do have to wait for that release as we want to keep the Native Platform support. Once they have the updated the library, we can update this PR.
|
How related is this version upgrade to #337 . It looks this one contains some other upgrades are included in this PR. |
Updates dependencies to build against Native 0.5.x and Scala.js 1.20.x.
Notes: