Eugene Yokota
8098702a1a
Update to Zinc 2.0.0-alpha8
2023-11-26 21:35:52 -05:00
Eugene Yokota
c838c492b1
Update to librarymanagement-coursier 2.0.0-alpha7
2023-11-25 21:16:17 -05:00
Eugene Yokota
08966370b1
Update to lm 2.0.0-alpha13 for sjson-new
2023-11-25 21:01:04 -05:00
Eugene Yokota
dd2dd44de3
Update to lm 2.0.0-alpha12
2023-11-25 21:00:42 -05:00
Eugene Yokota
f8f8db9e58
Update to Scala 3.3.1
2023-11-25 15:50:50 -05:00
Eugene Yokota
c63aa64206
sbt 1.9.7
2023-11-25 01:06:00 -05:00
Adrien Piquerez
bc3acd3bff
Bump sbt-scalafmt to solve classpath corruption
2023-11-14 11:42:51 +01:00
Eugene Yokota
72af500294
Subsume platform cross building
...
Problem
-------
In sbt 1, platform cross building is implemented using in the user-land
using `%%%` operator, which clevery handles both Scala cross building
and appending platform suffix like sjs1.
However, in general symbolic `%%%` is confusing, and hard to explain.
Solution
--------
In sbt 2, we should subsume the idea of platform cross building,
so `%%` can act as the current `%%%` operator.
This adds a new setting called `platform`, which defaults to
`Platform.jvm` by default.
When a subprojects sets it to `Platform.sjs1`, `ModuleID`s defined using
`%%` operator will inject the platform suffix `_sjs1` **in addition**
to the Scala binary suffix `_2.13` etc.
Note: Explicit JVM dependencies will now require `.platform(Platform.jvm)`.
2023-03-12 13:38:56 -04:00
Eugene Yokota
9219ed6bd4
lm alpha10
2023-01-19 17:48:21 -05:00
Eugene Yokota
d2c2563d8a
Use scala-xml_3 instead
2023-01-15 23:50:30 -05:00
Eugene Yokota
28febfb9c8
Downgrade scala-xml to 2.13
2023-01-15 23:50:30 -05:00
Eugene Yokota
bd4f7b7b73
sjson-new 0.13.0
2023-01-15 23:50:30 -05:00
Eugene Yokota
9f5525c989
inline parameter removes let binding
2023-01-15 23:50:29 -05:00
Eugene Yokota
ceb1ea8aad
bump Zinc, which uses current util
2023-01-15 23:50:29 -05:00
Eugene Yokota
fbc98ed72e
Use ClassTag instead of Manifest
2023-01-15 23:50:29 -05:00
Eugene Yokota
20420b9f75
Use launcher scripted tests
2023-01-15 23:50:27 -05:00
Eugene Yokota
a9a8ab6341
Zinc 2.0.0-alpha2
2023-01-15 23:48:51 -05:00
Eugene Yokota
cba7a0efc3
Refactor to build mainProj
2023-01-15 23:48:11 -05:00
Eugene Yokota
81a05430bd
Split buildfile parsing to a subproject
2023-01-15 23:45:30 -05:00
Eugene Yokota
c7fa4937ef
Bump to Scala 3.1.3
2023-01-15 23:44:25 -05:00
Eugene Yokota
202cd92f0f
Port main-actions
2023-01-15 23:43:19 -05:00
Eugene Yokota
781c0317f5
Format main
2023-01-15 23:43:19 -05:00
Eugene Yokota
4ff27d7ab7
Port commandProj
2023-01-15 23:43:15 -05:00
Eugene Yokota
7a5533e8fa
Contraband 0.5.3
2023-01-15 23:42:03 -05:00
Eugene Yokota
e879541dc3
Flip to exclude list
2023-01-15 23:40:57 -05:00
Eugene Yokota
f2edcff583
sjson-new 0.10.0
2023-01-15 23:40:57 -05:00
Eugene Yokota
50b062b795
Port util-logging
2023-01-15 23:40:57 -05:00
Eugene Yokota
00eba85d98
Cats-like typeclasses
2023-01-15 23:40:56 -05:00
Eugene Yokota
05fe27226e
Zinc 1.8.0, lm 1.8.0
2022-11-10 15:41:52 -05:00
Eugene Yokota
e55955d918
lm-coursier-shaded 2.0.13
2022-11-10 11:19:57 -05:00
Eugene Yokota
92c6903ec5
Bump lm and zinc
2022-11-06 21:35:26 -05:00
Eugene Yokota
39dc13668f
lm-coursier-shaded 2.0.12
...
https://github.com/coursier/sbt-coursier/releases/tag/v2.0.12
2022-10-30 18:25:04 -04:00
Eugene Yokota
a775fb8f1d
Launcher 1.4.1
...
Launcher 1.4.1 is capable of launching Scala 3 apps.
In other words, launchers prior to 1.4.1 are not capable of
launching Scala 3 apps, including tests for sbt 2.x.
2022-10-02 04:07:49 -04:00
Eugene Yokota
b00792a3a7
Scala 2.12.17
...
This bumps up scala-xml to 2.x.
2022-09-17 04:09:52 -04:00
Eugene Yokota
106bc89e06
Update Zinc to 1.7.1
2022-07-11 22:54:42 -04:00
Eugene Yokota
fcee055a8c
Use sbt 1.7.0
2022-07-10 23:50:06 -04:00
Eugene Yokota
2d27e6deea
Update Zinc to 1.7.0
2022-07-10 13:55:14 -04:00
eugene yokota
7dc4378fdf
Merge pull request #6963 from eed3si9n/wip/bump-io
...
IO 1.7.0
2022-07-10 04:00:28 -04:00
Eugene Yokota
6788c2e1ca
IO 1.7.0
2022-07-10 03:40:58 -04:00
xuwei-k
9c8e99c390
remove sbt-whitesource
2022-07-03 14:45:23 +09:00
eugene yokota
7cc6ad3d00
Merge pull request #6939 from eed3si9n/wip/cross-fix
...
[1.7.x] Filter incompatible Scala 3 projects in cross switch commands, take 2
2022-06-27 00:08:29 -04:00
Rui Gonçalves
705d3d58ce
Filter incompatible Scala 3 projects in cross switch commands
2022-06-26 22:46:37 -04:00
Eugene Yokota
0598c9fdc1
ipcsocket 1.5.0
...
This bumps to ipcsocket 1.5.0, which fixes the temp directory cleanup
bug.
Fixes https://github.com/sbt/sbt/issues/6931
Fixes https://github.com/sbt/sbt/issues/6173
2022-06-26 14:37:12 -04:00
Eugene Yokota
21e5838cfd
Build Graal native image using sbt-native-image
2022-06-26 13:25:58 -04:00
Eugene Yokota
d5889d3ce3
Bump to Scala 2.12.16
2022-06-13 01:27:24 -04:00
Eugene Yokota
c04b2a4f73
lm 1.7.0-M1
...
This removes OkHttp dependency.
This also removes an experimental feature to customize HTTP for Ivy called
CustomHttp we added in sbt 1.3.0.
Since LM got switched to Coursier in 1.3.0, I don't think we advertized
CustomHttp.
2022-06-13 00:52:32 -04:00
Eugene Yokota
053834aea0
Zinc 1.7.0-M2
2022-04-17 23:26:40 -04:00
Adrien Piquerez
1396e1605d
Try fix CI: Build and test (6)
2022-03-08 18:19:20 +01:00
Eugene Yokota
761ad14267
Make License object available
...
Fixes #1937
Ref https://github.com/sbt/librarymanagement/pull/395
2022-01-31 22:00:54 -05:00
Eugene Yokota
d71a1fbdac
log4j 2.17.1
...
Fixes CVE-2021-44832
https://logging.apache.org/log4j/2.x/security.html
2021-12-28 23:07:39 -05:00