Commit Graph

11835 Commits

Author SHA1 Message Date
eugene yokota 4b810a63e7
Merge pull request #7304 from eed3si9n/wip/templates
Make sbt new extensible
2023-06-25 20:07:02 -04:00
eugene yokota ca2c6d77f9
Merge pull request #7319 from eed3si9n/wip/bump_io
IO 1.9.1
2023-06-25 20:05:29 -04:00
Eugene Yokota 24066d6c5b IO 1.9.1 2023-06-25 19:23:34 -04:00
eugene yokota 503f4002bd
Merge pull request #7316 from xuwei-k/dependency-graph-branch
fix `dependency-graph.yml` branch setting
2023-06-25 19:19:29 -04:00
eugene yokota 5fc0a4c8d4
Merge pull request #7317 from xuwei-k/trivial-refactoring 2023-06-25 11:28:41 -04:00
eugene yokota fb011ecaa3
Merge pull request #7315 from xuwei-k/URL-constructor 2023-06-24 22:14:00 -04:00
eugene yokota 027aafbdb6
Merge pull request #7314 from xuwei-k/fix-scaladoc 2023-06-24 22:13:24 -04:00
xuwei-k 6c032b8283 some trivial refactoring
- remove unused type params
- use `withFilter` if possible
- use `collectFirst` instead of `collect` and `headOption`
- use `length` instead of `size` if `Array` or `String`
- use `foreach` instead of `map`
2023-06-25 08:57:41 +09:00
kenji yoshida fddbb942a7
fix dependency-graph.yml branch setting 2023-06-25 08:43:14 +09:00
xuwei-k c7ec22cff8 avoid deprecated `java.net.URL` constructor
- https://bugs.openjdk.org/browse/JDK-8295949
- 4338f527aa
2023-06-25 08:23:09 +09:00
xuwei-k 3de0c92754 fix scaladoc warnings 2023-06-25 08:04:17 +09:00
eugene yokota 5ba9f3910a
Merge pull request #7313 from xuwei-k/typoooo
fix typo
2023-06-24 17:22:28 -04:00
xuwei-k 2edb4dcbb6 fix typo 2023-06-24 20:05:52 +09:00
eugene yokota 48062ff36c
Merge pull request #7312 from xuwei-k/update-test-scala-version
update scala versions in scripted test
2023-06-24 03:29:30 -04:00
xuwei-k 74be55d0f6 update scala versions in scripted test 2023-06-24 10:18:14 +09:00
Julien Richard-Foy aeeee2f624 Remove vscode-sbt-scala extension
Content has been archived here: https://github.com/sbt/vscode-sbt-scala
2023-06-20 17:26:04 +02:00
Julien Richard-Foy 72bfb3f45a Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00
Eugene Yokota 5398f6e1aa Make sbt new extensible
Problem
-------
`sbt new` (`sbt init`) hardcodes the templates, which I think is ok,
but without changing much, we can make it extensible.

Solution
--------
This adds two new keys `templateDescriptions` and `templateRunLocal`,
which can customize the behavior for in-house usage etc.
2023-06-18 15:48:18 -04:00
eugene yokota fe4ff0f617
Merge pull request #7303 from eed3si9n/wip/zinc
Zinc 1.9.1
2023-06-18 14:50:49 -04:00
Eugene Yokota 41b8a92b40 Zinc 1.9.1 2023-06-18 14:22:02 -04:00
eugene yokota 84781c2dbe
Merge pull request #7301 from sideeffffect/dependency-graph-colors-backport
Dependency graph with colors (based on the organization) (backport)
2023-06-16 23:48:14 -04:00
Ondra Pelech 9ec7c4f027 Dependency graph with colors (based on the organization) (#7052) 2023-06-17 02:29:48 +02:00
Krzysztof Atłasik 118138a0c8
Add new template to text-based menu (#7300) 2023-06-15 05:14:40 -04:00
eugene yokota c6bc422ea3
Merge pull request #7298 from adpi2/fix-7297 2023-06-14 08:56:06 -04:00
eugene yokota 448d92048f
Merge pull request #7299 from dongxuwang/1.9.x 2023-06-14 08:54:41 -04:00
Dongxu Wang 3762cfe7a7 Fix typo in DEVELOPING.md 2023-06-14 19:51:31 +08:00
Adrien Piquerez a209cf2700 Fix #7297: Convert OffsetPosition to BSP range 2023-06-14 10:35:54 +02:00
adpi2 f692583034
Merge pull request #7295 from adpi2/fix-7288
Fix #7288: `publish` should not fail if `publish / skip := true`
2023-06-13 09:54:45 +02:00
eugene yokota e0d88607a5
Merge pull request #7294 from ckipp01/semanticDbUpdate
deps: bump the default semanticdb version used
2023-06-12 13:03:53 -04:00
Adrien Piquerez 783a8e57db Fix #7288 and implement publisM2 / skip 2023-06-12 18:06:06 +02:00
Adrien Piquerez 1b31a377d2 Reproduce #7288 in scripted project/skip 2023-06-12 18:05:12 +02:00
eugene yokota cfa88f766f
Merge pull request #7290 from mkurz/sbtn-1.9.0
sbtn 1.9.0
2023-06-12 10:49:49 -04:00
Chris Kipp 05ac9c88d1 deps: bump the default semanticdb version used
This updates semanticdb from 4.5.13 to 4.7.8.
2023-06-12 16:44:20 +02:00
adpi2 bc4267b2e4
Merge pull request #7291 from alexklibisz/patch-1
Fix typo in exportPipelining Key description
2023-06-12 10:41:48 +02:00
Alex Klibisz b9cc499ec3
Fix typo in exportPipelining Key description 2023-06-07 13:21:00 -04:00
Matthias Kurz 7256fb2725
sbtn 1.9.0 2023-06-06 17:12:41 +02:00
eugene yokota cab5c48e24
Merge pull request #7286 from adpi2/fix-7285 2023-06-06 10:25:49 -04:00
eugene yokota c01da39f37
Merge pull request #7287 from kevin-lee/add-hedgehog-to-testFrameworks 2023-06-06 09:53:06 -04:00
Adrien Piquerez 9707e1a3f8 Clear warnings in scripted actions/external-doc 2023-06-05 21:24:20 +02:00
Adrien Piquerez dd00e143f2 Fix #7285: use legacy Maven style on publishLocal 2023-06-05 21:24:20 +02:00
Kevin Lee b01f583451 Add: hedgehog to supported default testFrameworks 2023-06-05 20:14:40 +10:00
eugene yokota ca09ee96fd
Merge pull request #7281 from mkurz/launcher-package-scala-upgrade
Upgrade to latest Scala 2.12.x in launcher-package
2023-06-03 20:10:37 -04:00
eugene yokota 4998c0d1ee
Merge pull request #7282 from mkurz/sbt190
Use latest sbt 1.9.0
2023-06-03 20:09:58 -04:00
Matthias Kurz 01fb8430ba
Use latest sbt 1.9.0 2023-06-04 01:09:29 +02:00
Matthias Kurz 4b769d06c3
Upgrade to latest Scala 2.12.x in launcher-package 2023-06-04 01:08:17 +02:00
eugene yokota 8ef1f9cad1
Merge pull request #7280 from andrzejressel/sbt_echo
Cache echoEnabled
2023-06-03 18:46:37 -04:00
eugene yokota 0516d1ee9d
Merge pull request #7279 from mkurz/scala2.13.11
Update Scala to 2.13.11
2023-06-03 18:45:57 -04:00
​Andrzej Ressel 4cf2b7269d Cache echoEnabled 2023-06-03 22:44:19 +02:00
Matthias Kurz ebbf0617a2
Update Scala to 2.13.11 2023-06-03 22:27:45 +02:00
Eugene Yokota 2d7db22785 sbt 1.9.0 2023-06-02 05:40:19 -04:00