sbt/project
Eugene Yokota 28f0c075ac Fixes M1 support
Fixes https://github.com/sbt/sbt/issues/7117

Problem
-------
sbt no longer works on a Mac with M1 (aarch64) chips because it fails on
ipcsocket library, which we maintain.
This was caused by architecture detection that was added in 1.6.1,
which did not take in account for macOS universal binary.

Solution
--------
Update to ipcsocket 1.6.2.
2023-01-04 15:46:08 -05:00
..
ContrabandConfig.scala Adjust to upstream changes 2017-07-16 00:51:49 -04:00
Dependencies.scala Fixes M1 support 2023-01-04 15:46:08 -05:00
Docs.scala Cleanup project/Transform.scala 2019-11-28 21:25:49 +00:00
HouseRulesPlugin.scala Update build settings for Scala 3 2021-11-16 10:19:26 +09:00
NightlyPlugin.scala Port mutable.Specification to verify.BasicTestSuite 2021-01-16 00:47:53 -05:00
PublishBinPlugin.scala Use sbt 1.5.1 2021-05-02 23:41:55 -04:00
SbtLauncherPlugin.scala Use sbt 1.5.1 2021-05-02 23:41:55 -04:00
Scripted.scala Use Array to talk to proper build 2020-03-18 16:28:51 -04:00
Transform.scala Run scalafmtSbt 2019-11-30 14:57:57 -08:00
Util.scala Use sbt 1.5.1 2021-05-02 23:41:55 -04:00
build.properties lm-coursier-shaded 2.0.12 2022-10-30 18:25:04 -04:00
flamegraph_svg.png document profiling tools 2018-04-04 01:29:56 -04:00
plugins.sbt remove sbt-whitesource 2022-07-03 14:45:23 +09:00