Commit Graph

17932 Commits

Author SHA1 Message Date
eugene yokota 272c2d57dc
Merge pull request #8355 from sbt/eed3si9n-patch-1
[1.x] ci: Update checkout references to 1.12.x
2025-11-03 14:51:44 -05:00
eugene yokota 854d76b761
Update checkout references to 1.12.x 2025-11-03 14:11:11 -05:00
eugene yokota ba9c744c56
Merge pull request #8352 from xuwei-k/dependabot-branch 2025-11-03 09:44:43 -05:00
xuwei-k 6af84ebf7b Update dependabot.yml branch setting 2025-11-03 18:03:14 +09:00
eugene yokota 9ff64f3a43
Merge pull request #8350 from sbt/dependabot/github_actions/coursier/cache-action-7
Bump coursier/cache-action from 6 to 7
2025-11-03 00:55:54 -05:00
dependabot[bot] de5264dd62
Bump coursier/cache-action from 6 to 7
Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6 to 7.
- [Release notes](https://github.com/coursier/cache-action/releases)
- [Commits](https://github.com/coursier/cache-action/compare/v6...v7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-03 04:01:29 +00:00
eugene yokota aee4229fd0
Merge pull request #8349 from eed3si9n/wip/scala-3.8
[1.x] Add Scala 3.8 REPL support
2025-11-01 21:43:10 -04:00
Eugene Yokota 840b851445 [1.x] Add Scala 3.8 REPL support
**Problem**
Scala 3.8 REPL won't work since they've split the repl artifact into another JAR.

**Solution**
This works around it by creating a yet-another sandbox configuration ScalaReplTool
(similar to ScalaTool and ScalaDocTool) and a separate scalaInstance for
console task, so when Zinc is invoked we'll be able to conjure the right array of JARs.
2025-11-01 21:06:32 -04:00
Eugene Yokota ed7da85ef0 Backport Compiler
Backport scala.internal.Compiler from sbt 2.x so we can merge easier.
2025-11-01 15:16:11 -04:00
eugene yokota 6d62c345aa
Merge pull request #8346 from danicheg/scala-2.13.17
[1.x] Update scala213 to 2.13.17
2025-10-30 12:00:29 -04:00
danicheg e42c54f782 [1.x] Update scala213 to 2.13.17 2025-10-30 11:30:06 +03:00
xuwei-k 49c8306091 Update semanticdbVersion 2025-10-23 16:38:26 +09:00
eugene yokota 7b26748599
Merge pull request #8332 from mrdziuban/incomplete-parse-exception 2025-10-08 10:08:30 -04:00
Matt Dziuban 77ca8ea29a Add test for recovering from invalid JSON in disk cache. 2025-10-07 14:01:38 -04:00
Matt Dziuban c660c56644 Move `IO.read` and `Parser.parseUnsafe` calls inside `try`. 2025-10-07 13:28:10 -04:00
eugene yokota a8f8aa41fa
Merge pull request #8330 from xuwei-k/redundant-val
remove redundant `val` modifier
2025-10-06 00:17:07 -04:00
xuwei-k 14b7ddf867 remove redundant `val` modifier 2025-10-06 09:28:27 +09:00
Eugene Yokota 9d2a5f478b sbt 1.11.7 2025-10-05 14:57:23 -04:00
eugene yokota f9a363e5e1
Merge pull request #8329 from eed3si9n/wip/bump-lm
[1.x] Update to lm 1.11.6
2025-10-05 14:35:02 -04:00
Eugene Yokota 1e6afc58c4 Update to lm 1.11.6 2025-10-05 14:21:40 -04:00
eugene yokota 1138926f99
Merge pull request #8324 from xuwei-k/nowarn-annotation
remove unnecessary `@nowarn` annotations
2025-10-04 13:46:54 -04:00
eugene yokota d69ef92525
Merge pull request #8327 from xuwei-k/windows-client-test-retry
retry Windows client test
2025-10-04 13:46:07 -04:00
eugene yokota f4277da9f1
Merge pull request #8323 from xuwei-k/unused-code
remove unused code
2025-10-04 13:45:54 -04:00
eugene yokota b43a5e466b
Merge pull request #8322 from xuwei-k/OrganizationArtifactReport-reflective
remove `Selectable.reflectiveSelectable` in dependency-graph
2025-10-04 13:45:14 -04:00
eugene yokota cc92b0c5d6
Merge pull request #8325 from xuwei-k/build-sbt-scala-version-2-12 2025-10-04 12:14:30 -04:00
xuwei-k 7cf625281b retry Windows client test 2025-10-04 20:31:45 +09:00
xuwei-k 4b9cac1212 cleanup build.sbt setting 2025-10-04 19:48:10 +09:00
xuwei-k 038fa6c476 remove unnecessary nowarn annotations 2025-10-04 19:25:11 +09:00
xuwei-k d1a1dd9edd remove unused code 2025-10-04 19:16:22 +09:00
xuwei-k 3e1eb3737d remove Selectable.reflectiveSelectable in dependency-graph 2025-10-04 15:36:41 +09:00
xuwei-k 152fe61ced fix runMain task. support JEP-512 2025-10-04 06:42:16 +09:00
eugene yokota b536847ff0
Merge pull request #8320 from xuwei-k/daemon-exit-fork
[1.x] fix `run/daemon-exit` test
2025-10-03 02:19:08 -04:00
xuwei-k 2a7e70ab6a fix run/daemon-exit test 2025-10-03 14:49:28 +09:00
eugene yokota 618a3c2b53
Merge pull request #8317 from xuwei-k/update-sbt-1-branch
[1.x] update dependencies
2025-10-03 01:17:02 -04:00
eugene yokota aed224f842
Merge pull request #8319 from xuwei-k/fallback-dependencies-inter-project
[1.x] fix `fallback-dependencies-inter-project` test
2025-10-03 01:16:28 -04:00
xuwei-k 3b662f3968 fix fallback-dependencies-inter-project test 2025-10-03 09:39:16 +09:00
xuwei-k ded814f572 update dependencies 2025-10-03 09:22:19 +09:00
eugene yokota 028248f73e
Merge pull request #8314 from xuwei-k/sbt-native-image
update sbt-native-image
2025-09-29 12:55:26 -04:00
xuwei-k 21843be03c update sbt-native-image 2025-09-29 19:17:40 +09:00
xuwei-k 4b1b7091ab update mima settings 2025-09-29 17:31:05 +09:00
eugene yokota 0be88cdaac
Merge pull request #8312 from eed3si9n/wip/plugin-cross
[2.x] fix: Fixes PluginCross
2025-09-29 01:46:39 -04:00
Eugene Yokota 140274c31d fix: Fixes PluginCross 2025-09-29 01:18:31 -04:00
eugene yokota 14f2516b64
Merge pull request #8306 from xuwei-k/project-Dependencies-compilerBridge
remove unused code in `project/Dependencies.scala`
2025-09-29 01:03:29 -04:00
eugene yokota f97dff4305
Merge pull request #8311 from eed3si9n/wip/merge-1.11.x
[2.x] Merge 1.11.x
2025-09-29 01:02:58 -04:00
Eugene Yokota 8f2160ba43 Adjust tests 2025-09-29 00:31:24 -04:00
Eugene Yokota 763b05fd91 Update mima setting 2025-09-28 23:41:01 -04:00
Eugene Yokota ef6c65b481 Update to Zinc 2.0.0-M9 2025-09-28 23:09:07 -04:00
Eugene Yokota d826f1f903 Merge branch '1.11.x' into wip/merge-1.11.x 2025-09-28 23:08:36 -04:00
eugene yokota e99d0d9258
Merge pull request #8310 from eed3si9n/wip/fix-conraband
[2.x] fix: Set contrabandScala3enum to false
2025-09-28 22:22:32 -04:00
Eugene Yokota 27e6342bea Update mima 2025-09-28 21:44:16 -04:00