eugene yokota
f7025eff6a
Merge pull request #7087 from mdedetrich/increase-socket-backlog-for-server-client
...
Set socket backlog to default size of 50
2023-09-13 11:07:44 -04:00
eugene yokota
a3637713eb
Merge pull request #428 from mdedetrich/add-allModuleReports-to-updateReportExtra
...
Add allModuleReports to UpdateReport
2023-09-13 10:07:52 -04:00
eugene yokota
8b15b441c9
Merge pull request #7374 from eed3si9n/wip/bridge
...
Use binary compiler bridge
2023-09-12 10:56:41 -04:00
Eugene Yokota
b1e9308ebe
Use binary compiler bridge
...
Problem
-------
Starting Scala 2.13.12, Scala 2 has in-sourced the compiler bridge
implementtion, which hopefully will be kept up to date more than the
ones in Zinc.
Solution
--------
This switches to using the pre-compiled compiler bridge for >=2.13.12.
2023-09-11 23:15:15 -04:00
eugene yokota
b47e081c7e
Merge pull request #430 from mdedetrich/add-jdk-17-to-ci
...
Add JDK 17 to CI
2023-09-11 12:27:29 -04:00
eugene yokota
c1afff6239
Merge pull request #479 from coursier/dependabot/github_actions/actions/checkout-4
...
Bump actions/checkout from 3 to 4
2023-09-11 12:25:57 -04:00
eugene yokota
5e662d21bf
Merge pull request #432 from mdedetrich/update-scala213-version
...
Update Scala 2.13 version
2023-09-11 12:21:15 -04:00
eugene yokota
56b28c50c0
Merge pull request #431 from mdedetrich/update-github-checkout-action
...
Update github checkout action
2023-09-11 12:20:24 -04:00
eugene yokota
edac172780
Merge pull request #7372 from sbt/dependabot/github_actions/actions/checkout-4
...
Bump actions/checkout from 3 to 4
2023-09-11 12:14:25 -04:00
Matthew de Detrich
47bdf1bcde
Update Scala 2.13 version
2023-09-11 12:02:37 +02:00
Matthew de Detrich
96220355e2
Update github checkout action
2023-09-11 11:17:35 +02:00
Matthew de Detrich
9919feb8a1
Add JDK 17 to CI
2023-09-11 11:11:55 +02:00
dependabot[bot]
a5f0b37728
Bump actions/checkout from 3 to 4
...
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>
2023-09-11 04:39:58 +00:00
dependabot[bot]
80a9d05aaf
Bump actions/checkout from 3 to 4
...
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>
2023-09-11 01:55:09 +00:00
Matthew de Detrich
fd3b33b472
Add allModuleReports to UpdateReport
2023-09-11 00:55:09 +02:00
Scala Steward
c75b0acd12
Update coursier, ... to 2.1.7
2023-09-10 13:54:24 +00:00
eugene yokota
8bc8e1316b
Merge pull request #7367 from JD557/patch-1
2023-09-07 09:23:20 -04:00
João Costa
bc93eceff7
Fix java opts load order on windows
2023-09-06 16:34:02 +02:00
Kunal
cf5fc207b0
Update CrossVersionUtil.scala ( #426 )
2023-08-30 09:06:44 -04:00
azdrojowa123
bc00cee4df
Add comment to https://github.com/sbt/sbt/pull/7358 ( #7362 )
...
comment for new condition in sbt.BasicCommands.runHelp
2023-08-28 10:48:06 -04:00
Iulian Dragos
86df6e0606
Deprecate overloaded process method
2023-08-28 11:49:29 +02:00
azdrojowa123
7c400081a1
Fix help command for shells ( #7358 )
...
* sbt-help-fix
* fix BasicCommands.scala formatting
2023-08-25 12:01:49 -04:00
Eugene Yokota
cdaae3bfde
sbt 1.9.4
2023-08-24 20:55:50 -04:00
eugene yokota
d516920b78
Merge pull request #7359 from eed3si9n/wip/bump_ivy
...
Update Ivy and Coursier to latest
2023-08-24 15:00:38 -04:00
Eugene Yokota
bee6748f29
Update Ivy and Coursier to latest
2023-08-24 13:04:58 -04:00
eugene yokota
689f347bde
Merge pull request #424 from eed3si9n/wip/bump_ivy
...
Bump to Ivy 2.3.0-sbt-396a783bba347016e7fe30dacc60d355be607fe2
2023-08-24 10:48:02 -04:00
Eugene Yokota
824cca75d2
Bump to Ivy 2.3.0-sbt-396a783bba347016e7fe30dacc60d355be607fe2
2023-08-24 10:36:27 -04:00
eugene yokota
1fa6df542c
Merge pull request #475 from eed3si9n/wip/bump_coursier
...
Update Coursier to 2.1.6
2023-08-24 10:30:08 -04:00
Eugene Yokota
b2280e618e
Update Coursier to 2.1.6
2023-08-24 09:41:24 -04:00
eugene yokota
eed237f986
Merge pull request #469 from scala-steward/update/coursier-2.1.5
...
Update coursier, ... to 2.1.5
2023-08-24 09:39:23 -04:00
Adrien Piquerez
667e4b67cd
Fix initialize test
2023-08-22 10:06:26 +02:00
Iulian Dragos
8c9600249e
Add scripted test
2023-08-17 15:56:04 +02:00
eugene yokota
f5e08386e1
Merge pull request #7354 from SethTisue/add-scala-3-template
...
add a Scala 3 seed to the sbt new menu
2023-08-16 08:12:42 -04:00
Adrien Piquerez
9522b7e4ed
add exclusion
2023-08-16 13:11:39 +02:00
Seth Tisue
876a85461d
add a Scala 3 seed to the sbt new menu
2023-08-13 07:18:09 -07:00
eugene yokota
8857ff2960
Merge pull request #7353 from mkurz/rm_conscriptConfigs
...
Remove `conscriptConfigs` task, not used and needed(?) anymore
2023-08-11 23:03:11 -04:00
Matthias Kurz
bd8b11632c
Remove conscriptConfigs task, not used and needed anymore
2023-08-11 21:56:46 +02:00
Iulian Dragos
18353f1ca8
Reviewer's suggestions.
2023-08-11 16:08:11 +02:00
Adrien Piquerez
5515619ecc
Implement buildTarget/javacOptions
2023-08-10 16:11:28 +02:00
Iulian Dragos
51a774b081
Fix failing test case
2023-08-08 11:29:32 +02:00
Iulian Dragos
193dba708f
Add missing header.
2023-08-08 10:14:48 +02:00
Iulian Dragos
0f53349ce9
Add method overload to keep binary compatibility
2023-08-08 09:54:09 +02:00
Iulian Dragos
82ae293e3f
Add a new CommandProgress API.
...
In addition to ExecuteProgress, this new interface allows builds and plugins to receive events when commands start and finish, including the State before and after each command. It also makes cancellation visible to clients by making the Cancelled type top-level.
2023-08-07 17:09:30 +02:00
adpi2
e3b7870b2d
Merge pull request #7347 from adpi2/fix-scala-debug-adapter-543
...
Fix scala-debug-adapter#543: Maintain order of internal deps
2023-08-04 09:32:31 +02:00
eugene yokota
98a04959d2
Merge pull request #7349 from arturaz/patch-1
2023-08-04 08:04:36 +09:00
Artūras Šlajus
f8a041f47e
Update sbt launcher script
...
Fix `sbt_script` lookup by replacing all spaces with `%20` (not only the first one) in the path.
2023-08-02 16:30:40 +03:00
Adrien Piquerez
897e2552e4
Maintain order of internal deps
2023-08-02 10:26:59 +02:00
eugene yokota
2837a6474e
Merge pull request #423 from mdedetrich/add-apache-staging-repo
...
Add Apache staging repo
2023-07-28 19:19:12 -04:00
Matthew de Detrich
10a79d6001
Add Apache staging repo
2023-07-27 10:16:15 +02:00
Eugene Yokota
e1ffc2af08
sbt 1.9.3
2023-07-24 01:38:07 -04:00