sbt-native-packager
sbt-native-packager copied to clipboard
Upgrade sbt, scala and sbt-ci-release to avoid deprecated repo.scala-sbt.org
I started to block repo.scala-sbt.org and repo.typesafe.com in my /etc/hosts.
See
- https://github.com/sbt/sbt/issues/7202
this repo could go down again.
Unfortunately you still pull in a total outdated version of sbt-ci-release which is only hosted on repo.scala-sbt.org. Also sbt < 1.3.0 has some artifacts still hosted on that repo, so eventually I upgraded to 1.9.x+ Also there is a newer Scala patch release available already...
Depends on
- https://github.com/sbt/sbt-site/pull/214
sbt-site 1.6.0 was just released with Sphinx integration
https://github.com/sbt/sbt-site/releases/tag/v1.6.0
@dwickern thanks I have seen that. Will update the PR soon
@muuki88 This pull request is now ready., can you take a look please if you find time? Thanks!
Also, the failing tests look unrelated to my changes
The AppVeyor test failure looks new π€
The AppVeyor test failure looks new π€
Yeah, this one seems new, I will take a look when I find time...
I fixed the failing Docker and GraalVM tests on the main branch if you merge/rebase again.
The AppVeyor test failure doesn't seem related to your changes. I had some similar errors last time I ran those tests on my Windows machine. I suspect that your changes invalidated the cache and that's why we're seeing failures now.
@dwickern I rebased, but the same error occurs again. Do you have a windows machine you can test what's wrong here?
Or maybe the AppVeyor cache neeeds to be cleaned?
I found the problem, will push soon...
@muuki88 This is totally ready to merge now :+1: Also hopefully this unblocks #1555 now so a new release can be cut :crossed_fingers:
Thanks so much @dwickern and @mkurz for all the work and fixes you pushed in the last weeks ππ
I try to push a release ASAP. Or @dwickern you do it βΊοΈ
I will try π€