Commit Graph

17422 Commits

Author SHA1 Message Date
Adrien Piquerez 222410009b fix no-scala-tool 2024-04-02 17:49:12 +02:00
Adrien Piquerez 9c425ea581 Fix version-interval 2024-04-02 17:49:12 +02:00
Adrien Piquerez 5c2b95980b Fix exclude-dependencies and exclude-dependencies2 2024-04-02 17:49:12 +02:00
Adrien Piquerez 3d3b347c8f Fix pom-advanced 2024-04-02 17:49:12 +02:00
Adrien Piquerez 85943bc33b fix src-dep-plugin 2024-04-02 17:49:12 +02:00
Adrien Piquerez 654d35d1ba Fix triggeredBy and runBefore 2024-04-02 17:47:48 +02:00
eugene yokota 0eaf3851e2
Merge pull request #436 from azolotko/update-jsch-to-0.2.17
Update jsch to 0.2.17 (switch to the com.github.mwiede fork)
2024-03-31 04:15:22 -04:00
Alex Zolotko 3156ac253a Update jsch to 0.2.17 (the com.github.mwiede fork) 2024-03-30 17:30:57 +01:00
Adrien Piquerez e2c7a294f8 minor change 2024-03-27 14:41:24 +01:00
Adrien Piquerez ab9f29590e fix cross-advanced 2024-03-27 14:41:24 +01:00
Adrien Piquerez d001e30530 Fix compile-time-only 2024-03-27 14:41:24 +01:00
Adrien Piquerez 84b933802e Fix compile-clean partially
There is still no auto-definition of clean on tasks that return Seq[Path]
2024-03-27 14:41:24 +01:00
Adrien Piquerez 0005705eb6 Fix += on sourceGenerators 2024-03-27 14:41:24 +01:00
eugene yokota 35520e6cfe
Merge pull request #7521 from adpi2/sbt2-revive-tests 2024-03-26 11:16:56 -04:00
Adrien Piquerez 453ccc6805 Uncomment pending tests 2024-03-26 10:12:29 +01:00
adpi2 180e3518ef
Merge pull request #7520 from eed3si9n/wip/plugin
[sbt 2.x] Forward version as the sbt version
2024-03-26 09:23:16 +01:00
Eugene Yokota 61b0196f28 Forward version as the sbt version 2024-03-26 03:05:57 -04:00
adpi2 40ba7e9a27
Merge pull request #7519 from adpi2/sbt2-fix-todo
[sbt2] Reactivate checkTargets in Load
2024-03-25 20:27:56 +01:00
Adrien Piquerez c6ef392027 fix scripted 2024-03-25 13:16:38 +01:00
Adrien Piquerez 627bd6bea1 Fix checkTargets 2024-03-25 10:52:15 +01:00
eugene yokota 21a4aaa4d6
Merge pull request #7516 from SethTisue/scala-2.12.19
Scala 2.12.19 (was 2.12.18), scala-xml 2.2.0 (was 2.1.0)
2024-03-22 11:56:51 -04:00
adpi2 b921230836
Merge pull request #7517 from adpi2/sbt2-fix-bsp-reporter
[sbt 2] Restore server tests
2024-03-21 15:41:43 +01:00
Adrien Piquerez 62f077e657 fix BuildServerTest 2024-03-21 15:07:29 +01:00
dependabot[bot] 3fa61c06f9
Bump actions/checkout from 3 to 4 (#94)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: eugene yokota <eed3si9n@gmail.com>
2024-03-19 20:28:37 -04:00
dependabot[bot] cde1a1c917
Bump actions/setup-java from 3 to 4 (#93)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: eugene yokota <eed3si9n@gmail.com>
2024-03-19 20:28:23 -04:00
eugene yokota fbc92435c9
Update test (#95) 2024-03-19 16:44:47 -04:00
Adrien Piquerez d02696e886 Enable scripted test 2024-03-19 17:06:09 +01:00
Adrien Piquerez 9de5fa5236 Activate server tests 2024-03-19 17:06:09 +01:00
Adrien Piquerez b5afcf8a0c Fix server completion tests 2024-03-19 17:06:09 +01:00
Adrien Piquerez 03ca5365f5 Fix BuildServerTest 2024-03-19 17:06:09 +01:00
Adrien Piquerez 924150851c Port server tests to scalatest and fix 2024-03-19 17:06:09 +01:00
Adrien Piquerez e62984846b Re-implement BuildServerEvalReporter 2024-03-19 17:06:09 +01:00
kenji yoshida b19545fa83
add dependabot setting for GitHub Actions update (#92) 2024-03-19 11:04:15 -04:00
kijuky 7a9088ae71
Add support for unmanagedBase (lib) (#91)
* Fix #90

---------

Co-authored-by: Kizuki Yasue <kizuki-yasue@m3.com>
2024-03-19 11:03:11 -04:00
Eugene Yokota d6e1c63f3f Fix publishing 2024-03-17 16:32:02 -04:00
Eugene Yokota f074a2c58c 2.0.0-alpha10-SNAPSHOT 2024-03-17 04:54:20 -04:00
Eugene Yokota 167b8ef677 Zinc 2.0.0-alpha12 2024-03-17 04:27:23 -04:00
Eugene Yokota 5a5251064f Zinc 2.0.0-alpha11 2024-03-17 03:14:44 -04:00
Seth Tisue 735214afd0 Scala 2.12.19 (was 2.12.18), scala-xml 2.2.0 (was 2.1.0) 2024-03-16 11:39:55 +01:00
eugene yokota 9bd80cf4d2
Merge pull request #7513 from kubukoz/update-lm 2024-03-15 10:51:33 -04:00
Jakub Kozłowski 4507135564
Update lm-coursier-shaded: 2.1.3 -> 2.1.4 2024-03-15 14:36:38 +01:00
adpi2 5e5610355f
Merge pull request #7508 from adpi2/sbt2-fatal-warnings
[2.x] Fix or mute warnings and other minor changes
2024-03-07 17:37:43 +01:00
Adrien Piquerez a89ad8ad4d apply review 2024-03-07 09:00:17 +01:00
Adrien Piquerez 7ca6ad5fec Fix resolution of bridge using Coursier 2024-03-06 16:40:41 +01:00
Adrien Piquerez 323d1da16e fix scripted 2024-03-06 14:43:23 +01:00
Adrien Piquerez 1a900ee5dc Publish local Zinc 2024-03-06 14:07:21 +01:00
Adrien Piquerez c6176342fb Remove dep to zinc-compile 2024-03-06 13:59:33 +01:00
Adrien Piquerez 12e9267e1e Remove more unused 2024-03-05 15:25:25 +01:00
Adrien Piquerez 369e647008 Fix scala 2 compat with -Xsource:3 and scala-collection-compat 2024-03-05 13:32:15 +01:00
Adrien Piquerez 0458e8063d Adapt -Wunused 2024-03-05 11:23:00 +01:00