Commit Graph

17847 Commits

Author SHA1 Message Date
eugene yokota 06d42e76ad
Merge pull request #7097 from sbt/dependabot/github_actions/actions/cache-3.2.1
Bump actions/cache from 3.0.11 to 3.2.1
2022-12-26 21:23:50 -05:00
eugene yokota 9afd3200f4
Update ci.yml 2022-12-26 19:03:20 -05:00
dependabot[bot] 0067bec213
Bump actions/cache from 3.0.11 to 3.2.1
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.11...v3.2.1)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-26 04:00:43 +00:00
Adrien Piquerez 5a0e9b2fe7 Try resolve sbt plugin from valid Maven pattern
sbt plugins were published to an invalid path with regard to Maven's
specifictation.

As of sbt 1.9 we produce two POMs, a deprecated one and a new one,
that is valid with regard to Maven resolution. When resolving,
we first try to resolve the new valid POM and we fallback to
the invalid one if needed.

In the new POM format, we append the sbt cross-version to all
artifactIds of sbt plugins. This is because we want Maven to be
able to resolve the plugin and all its dependencies.

When parsing it, we remove the cross-version suffix so that
the result of parsing the valid POM format is exactly the same
as parsing the deprecated POM format. Hence conflict resolution
happens as intended.

More details can be found at https://github.com/sbt/sbt/pull/7096
2022-12-23 16:08:05 +01:00
Adrien Piquerez 458381eb3f
Merge pull request #439 from scala-steward/update/sbt-shading-2.1.1
Update sbt-shading to 2.1.1
2022-12-20 16:18:18 +01:00
Scala Steward e4286a0113
Update sbt-shading to 2.1.1 2022-12-20 14:44:08 +00:00
Scala Steward da501892e0
Update coursier to 2.1.0-RC3-1 (#438) 2022-12-19 10:50:53 +01:00
Scala Steward 6c2acf8847
Update slf4j-api to 2.0.6 (#437) 2022-12-19 10:50:35 +01:00
Matthew de Detrich 6611ccf94d
Set socket backlog to default size of 50 2022-12-08 11:21:43 +01:00
eugene yokota 973cd63e0b
Merge pull request #7085 from dos65/bspconfig_windows_path_fix 2022-12-06 21:57:57 -05:00
Vadim Chelyshov a2de0643a6 fix: bspConfig sbt.script - use `Path` env variable as a fallback for Windows
Originally reported in https://github.com/scalameta/metals/issues/4702#issuecomment-1339137772
2022-12-06 20:41:14 +03:00
eugene yokota 4318386f70
Merge pull request #7081 from SethTisue/fix-help-text
fix -debug-inc help text
2022-11-30 18:41:15 -05:00
Seth Tisue 49af47b9f8 fix -debug-inc help text 2022-11-30 13:48:09 -06:00
Scala Steward 214e2b67a8
Update slf4j-api to 2.0.5 (#434) 2022-11-29 09:54:42 +01:00
Scala Steward 9c5f2cf681
Update scala-collection-compat to 2.9.0 (#435) 2022-11-29 09:54:28 +01:00
eugene yokota a56de64daf
Merge pull request #79 from keynmol/fix-native-configure
Fix configure function not being called on nativePlatform
2022-11-23 00:41:09 -05:00
Anton Sviridov a230f8dd24 Fix configure function not being called on nativePlatform 2022-11-19 09:36:38 +00:00
eugene yokota 84774e5532
Merge pull request #432 from scala-steward/update/coursier-2.1.0-RC2
Update coursier to 2.1.0-RC2
2022-11-17 13:06:40 -05:00
Alexandre Archambault 35305810d8 Update allowed-files-in-shaded-jar list
Kind of annoying to have to update that list everytime plexus-archiver
in bumped in coursier… Hopefully, we can get rid of that dependency at
some point.
2022-11-17 14:44:57 +01:00
Scala Steward 0faa7291fb
Update coursier to 2.1.0-RC2 2022-11-16 16:42:58 +00:00
Scala Steward 3df025313b
Update sbt, scripted-plugin to 1.8.0 (#431) 2022-11-14 16:49:57 +01:00
Eugene Yokota 09e06c45f0 sbt 1.8.0 2022-11-10 16:30:41 -05:00
eugene yokota e8d272890d
Merge pull request #7073 from eed3si9n/wip/zinc
Zinc 1.8.0, lm 1.8.0
2022-11-10 16:10:40 -05:00
Eugene Yokota 05fe27226e Zinc 1.8.0, lm 1.8.0 2022-11-10 15:41:52 -05:00
eugene yokota 436656f719
Merge pull request #406 from eed3si9n/wip/bump
Bump io, util, and scala-xml
2022-11-10 13:59:56 -05:00
Eugene Yokota adc246ea9a Bump io, util, and scala-xml 2022-11-10 13:45:08 -05:00
eugene yokota 1b3f9a6357
Merge pull request #7072 from eed3si9n/wip/io
[1.8.x] lm-coursier-shaded 2.0.13
2022-11-10 12:26:36 -05:00
Eugene Yokota 03e1b3cadc Wipe out boot directory 2022-11-10 12:02:37 -05:00
Eugene Yokota e55955d918 lm-coursier-shaded 2.0.13 2022-11-10 11:19:57 -05:00
eugene yokota c8b7ee7d54
Merge pull request #405 from eed3si9n/wip/ivy
Ivy 2.3.0-sbt-a8f9eb5bf09d0539ea3658a2c2d4e09755b5133e
2022-11-10 10:11:23 -05:00
Eugene Yokota adc682c926 Ivy 2.3.0-sbt-a8f9eb5bf09d0539ea3658a2c2d4e09755b5133e 2022-11-10 10:04:52 -05:00
Adrien Piquerez 3ddf025c55
Merge pull request #429 from adpi2/coursier-2.1.0-RC1
Update coursier to 2.1.0-RC1
2022-11-10 15:42:06 +01:00
Adrien Piquerez ce16f8914e Update coursier to 2.1.0-RC1 2022-11-10 14:59:06 +01:00
Eugene Yokota f974cd3bab sbt 1.8.0-RC1 2022-11-06 23:25:22 -05:00
eugene yokota 34349e810e
Merge pull request #7068 from eed3si9n/wip/bump
Bump lm and zinc
2022-11-06 22:12:03 -05:00
Eugene Yokota 92c6903ec5 Bump lm and zinc 2022-11-06 21:35:26 -05:00
Tomasz Godzik e662168496
Merge pull request #428 from scala-steward/update/sbt-1.7.3
Update sbt, scripted-plugin to 1.7.3
2022-11-02 15:52:48 +01:00
Scala Steward 8b08a62ffc
Update sbt, scripted-plugin to 1.7.3 2022-11-02 13:34:16 +00:00
Tomasz Godzik 93244bf665
Merge pull request #427 from ckipp01/scalaxmlannoyingusall
chore(deps): bump scala-xml to 2.1.0
2022-11-02 10:10:57 +01:00
Chris Kipp 02486bce1e chore(deps): bump scala-xml to 2.1.0
Same reason that I had for https://github.com/coursier/coursier/pull/2548 but
since sbt 1.7.3 was released a bunch of people will see the following:

```
03:31:06  [info] loading global plugins from /root/.sbt/1.0/plugins
03:31:10  [error] java.lang.RuntimeException: found version conflict(s) in library dependencies; some are suspected to be binary incompatible:
03:31:10  [error]
03:31:10  [error] * org.scala-lang.modules:scala-xml_2.12:2.1.0 (early-semver) is selected over {1.3.0, 1.2.0, 1.0.6}
03:31:10  [error]     +- org.scala-lang:scala-compiler:2.12.17              (depends on 2.1.0)
03:31:10  [error]     +- org.scala-sbt:testing_2.12:1.7.3                   (depends on 1.3.0)
03:31:10  [error]     +- org.scala-sbt:sbinary_2.12:0.5.1                   (depends on 1.0.6)
03:31:10  [error]     +- org.scala-sbt:main_2.12:1.7.3                      (depends on 1.3.0)
03:31:10  [error]     +- org.scala-sbt:librarymanagement-core_2.12:1.7.1    (depends on 1.2.0)
03:31:10  [error]     +- io.get-coursier:lm-coursier-shaded_2.12:2.0.12     (depends on 1.3.0)
```
Since there is a mismatch of scala-xml all over the place. Since Scala has bumped
I think it's appropriate the everyone else bumps as well. sbt has also merged in
this change for the 1.8.x series.

Relates to https://github.com/sbt/sbt/issues/6997.
2022-10-31 09:32:43 +01:00
eugene yokota 4841e85af0
Merge pull request #7059 from eed3si9n/wip/coursier
lm-coursier-shaded 2.0.12
2022-10-30 20:00:13 -04:00
Eugene Yokota 39dc13668f lm-coursier-shaded 2.0.12
https://github.com/coursier/sbt-coursier/releases/tag/v2.0.12
2022-10-30 18:25:04 -04:00
Alexandre Archambault daf3f3dd65
Update coursier to 2.1.0-M7-39-gb8f3d7532 (#426) 2022-10-30 15:06:51 +01:00
Scala Steward 6e42e4d7bb
Update scala-library to 2.12.17 (#414) 2022-10-28 18:07:36 +02:00
Alexandre Archambault 30321c784e
Merge pull request #421 from scala-steward/update/coursier-2.1.0-M7-34-gf519b50a3
Update coursier to 2.1.0-M7-34-gf519b50a3
2022-10-28 17:32:54 +02:00
Scala Steward b1fca0a553 Update coursier to 2.1.0-M7-34-gf519b50a3 2022-10-28 16:39:57 +02:00
Alexandre Archambault 0b49f74571 Ignore scala-xml major version bump 2022-10-28 16:39:57 +02:00
Alexandre Archambault 3fea17c278 Enable reload on change 2022-10-28 16:39:57 +02:00
dependabot[bot] 4ec2f7b794 Bump actions/cache from 3.0.9 to 3.0.11
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 3.0.11.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.9...v3.0.11)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-28 16:02:45 +09:00
dependabot[bot] 02f927b4a2
Bump coursier/cache-action from 6.3 to 6.4 (#424)
Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6.3 to 6.4.
- [Release notes](https://github.com/coursier/cache-action/releases)
- [Commits](https://github.com/coursier/cache-action/compare/v6.3...v6.4)

---
updated-dependencies:
- dependency-name: coursier/cache-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-24 14:25:55 +02:00