eugene yokota
078d8c13af
Merge pull request #7337 from eed3si9n/wip/bump_zinc
...
Zinc 1.9.3
2023-07-23 13:52:39 -04:00
Eugene Yokota
797b9da93e
Zinc 1.9.3
2023-07-23 13:11:45 -04:00
eugene yokota
8d818e2da9
Merge pull request #7336 from eed3si9n/wip/revert_timeout
...
Revert scripted timeout
2023-07-23 01:40:52 -04:00
Eugene Yokota
4c96f45b20
Keep the close method
2023-07-23 01:01:23 -04:00
Eugene Yokota
d5cde98654
Revert "Add timeout to scripted statements"
...
This reverts commit 155526fb11 .
2023-07-23 00:59:44 -04:00
eugene yokota
fe4c5159a1
Merge pull request #7329 from scalacenter/package-arm64-macos
...
Add the aarch64 binaries for macOS to the sbtn mappings
2023-07-10 16:54:27 -04:00
Julien Richard-Foy
4111a8fd2a
Add the aarch64 binaries for macOS to the sbtn mappings
2023-07-10 16:18:12 +02:00
Eugene Yokota
5f6eb1b2ec
sbt 1.9.2
2023-07-09 22:06:17 -04:00
eugene yokota
bcc286d31e
Merge pull request #7328 from eed3si9n/wip/cross_fix
...
Let ++ fall back to a bincompat Scala version
2023-07-09 21:02:39 -04:00
Eugene Yokota
de20328029
Let ++ fall back to a bincompat Scala version
...
Fixes https://github.com/sbt/sbt/issues/7327
**Problem**
In builds with mixed Scala patch versions (like scalameta),
it's possible for a core subproject to be set to the lastest 2.12.x,
but the compiler plugin component is cross published to 2.12.0 etc.
`++ 2.12.0` in this case does not work since sbt 1.7.x onwards requires
the queried Scala version to be listed in `crossScalaVersions`.
**Solution**
This implements sbt 1.6.x-like fallback mechanism,
but instead of using the queried version (e.g. 2.12.0) it will set
the Scala version to one of listed versions that is binary compatible.
2023-07-09 18:31:55 -04:00
Eugene Yokota
4b0b929838
sbt 1.9.1
2023-06-26 00:13:03 -04:00
eugene yokota
0f39da2a87
Merge pull request #7320 from eed3si9n/wip/bump
...
Zinc 1.9.2
2023-06-25 23:27:01 -04:00
Eugene Yokota
271307d326
Zinc 1.9.2
2023-06-25 23:01:45 -04:00
eugene yokota
bc4354436e
Merge pull request #421 from eed3si9n/wip/bump
...
Util 1.9.1
2023-06-25 21:16:29 -04:00
eugene yokota
de5645989c
Merge pull request #422 from eed3si9n/wip/transfer
...
CLA
2023-06-25 21:03:42 -04:00
Eugene Yokota
f12bd96ff1
CLA
2023-06-25 21:02:59 -04:00
Eugene Yokota
1dd9c5c0e7
Util 1.9.1
2023-06-25 21:01:05 -04:00
eugene yokota
98cafd366c
Merge pull request #7318 from eed3si9n/wip/template_bump
...
Bump toolkit versions
2023-06-25 20:07:14 -04:00
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
952db253a2
Bump toolkit versions
2023-06-25 19:18:43 -04:00
eugene yokota
cbd7195aee
Merge pull request #418 from xuwei-k/java-net-URL
...
avoid deprecated `java.net.URL` constructor
2023-06-25 14:08:22 -04:00
eugene yokota
5fc0a4c8d4
Merge pull request #7317 from xuwei-k/trivial-refactoring
2023-06-25 11:28:41 -04:00
eugene yokota
7ba1085b62
Merge pull request #420 from xuwei-k/update-scalafmt
2023-06-25 11:26:32 -04:00
eugene yokota
973f6fa303
Merge pull request #419 from xuwei-k/LICENSE-file
2023-06-25 11:24:13 -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
9a1d836b4e
update scalafmt
2023-06-25 10:16:26 +09:00
xuwei-k
f81974ecce
add LICENSE file
2023-06-25 09:53:06 +09:00
xuwei-k
363c0fe015
avoid deprecated `java.net.URL` constructor
...
- https://bugs.openjdk.org/browse/JDK-8295949
- openjdk/jdk@4338f52
2023-06-25 09:46:39 +09: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
8d27205428
Merge pull request #82 from sbt/wip/release
...
sbt 1.9.0
2023-06-24 03:47:18 -04:00
Eugene Yokota
8b10486fa6
sbt 1.9.0
2023-06-24 03:37:52 -04: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
Scala Steward
353b87fd3c
Update coursier, ... to 2.1.5
2023-06-20 13:43:22 +00: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