Commit Graph

17940 Commits

Author SHA1 Message Date
Adrien Piquerez 7ea0506736 Introduce TaskId to reduce abstraction around Execute 2023-11-28 14:26:52 +01:00
Hagai Hillel dab3f9b903
Retry mechanism for sbt (#450)
---------

Co-authored-by: Hagai Ovadia <hagai.ovadia@is.com>
Co-authored-by: Alexandre Archambault <alexandre.archambault@gmail.com>
2023-11-28 14:17:26 +01:00
eugene yokota b0ee4028d2
Merge pull request #7441 from eed3si9n/wip/bump-zinc
Update to Zinc 1.10.0-M1
2023-11-28 00:51:30 -05:00
Eugene Yokota f6e195cf73 Disable run/non-local-main 2023-11-28 00:35:44 -05:00
Eugene Yokota 1e784febec sbt 1.9.7 2023-11-27 23:27:35 -05:00
Eugene Yokota 520b52656f Mark source-dependencies/false-error passing 2023-11-27 23:26:04 -05:00
Eugene Yokota 7a60c3e4dc Disable run/fork-loader test 2023-11-27 23:24:48 -05:00
Scala Steward c8a9925300
Update sbt-scalafix to 0.11.1 (#480) 2023-11-27 16:15:43 +01:00
Scala Steward 9af449ad67
Update sbt-mima-plugin to 1.1.3 (#473) 2023-11-27 16:15:31 +01:00
Scala Steward b921255478
Update scala-xml to 2.2.0 (#472) 2023-11-27 16:15:14 +01:00
eugene yokota ff48bbfe8a
Merge pull request #7440 from eed3si9n/wip/basic-upkeep 2023-11-27 09:00:58 -05:00
Dmitrii Naumenko cee6474d24
fix condition in Resolvers.mavenCompatibleBaseOpt (use artifactPatterns instead of ivyPatterns) (#484)
Before the change Resolvers.mavenCompatibleBaseOpt always returned Some value because `baseIvyPattern == baseArtifactPattern` always was `true``
2023-11-27 14:57:45 +01:00
Scala Steward b8aedbe98d
Update scala-collection-compat to 2.11.0 (#468) 2023-11-27 14:56:23 +01:00
Scala Steward 818176ec86
Update scalatest to 3.2.17 (#477) 2023-11-27 14:55:48 +01:00
Scala Steward a16308f7e3
Update sbt-shading to 2.1.3 (#482) 2023-11-27 14:54:17 +01:00
Scala Steward d0ed477b93
Update utest to 0.8.2 (#486) 2023-11-27 14:54:07 +01:00
Scala Steward b15d6130eb
Update coursier, ... to 2.1.8 (#487) 2023-11-27 14:53:59 +01:00
Eugene Yokota 7c31c2bd6c Update to Zinc 1.10.0-M1 2023-11-27 03:19:36 -05:00
Eugene Yokota e0e2ffce9c Mark doc-dependent tests pending 2023-11-27 02:25:23 -05:00
Eugene Yokota 035cc8da60 Fix ivyPaths 2023-11-27 01:54:03 -05:00
Eugene Yokota 290d8f1a59 Mark test-artifact pending 2023-11-27 01:54:03 -05:00
Eugene Yokota a8b46219ea Mark actions/doc pending 2023-11-27 01:54:03 -05:00
Eugene Yokota 81660b6734 Fix FileInfo 2023-11-27 01:54:03 -05:00
Eugene Yokota fef08a03a5 Bump version number 2023-11-27 01:54:03 -05:00
Eugene Yokota 8098702a1a Update to Zinc 2.0.0-alpha8 2023-11-26 21:35:52 -05:00
Eugene Yokota f9686b2f0c Disable fork-loader test 2023-11-26 21:11:03 -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 bde26f6c51 Communicate narrowing by adding case 2023-11-25 20:50:34 -05:00
Eugene Yokota a7d5694c67 Workaround for doc not working 2023-11-25 16:31:32 -05:00
Eugene Yokota f8f8db9e58 Update to Scala 3.3.1 2023-11-25 15:50:50 -05:00
Eugene Yokota e87e1d6e0d Update to Scalafmt 3.7.14 2023-11-25 01:08:17 -05:00
Eugene Yokota bb26faaa2e Add .jvmopts 2023-11-25 01:06:30 -05:00
Eugene Yokota c63aa64206 sbt 1.9.7 2023-11-25 01:06:00 -05:00
Eugene Yokota 6c1b441f11 Bump version number 2023-11-25 00:59:56 -05:00
eugene yokota 26b93604c9
Merge pull request #7433 from adpi2/sbt-2-cross-building
[2.x] Remove cross-building except for lower utils
2023-11-24 00:21:21 -05:00
Adrien Piquerez ba6daf1521 Fix deadlock in Terminal init 2023-11-22 15:51:28 +01:00
Adrien Piquerez 99385881f0 ignore discarded Unit 2023-11-22 11:51:15 +01:00
Adrien Piquerez b6510a1c1c scripted run/fork-loader is not pending anymore 2023-11-22 11:51:15 +01:00
Adrien Piquerez f241fc4158 Run util test on all Scala 2 versions 2023-11-22 11:51:15 +01:00
Adrien Piquerez 1f33b27b03 Deactivate cross-compilation except for utils
Lower util projects are used by LM and Zinc
2023-11-22 11:51:15 +01:00
eugene yokota 213e933be6
Merge pull request #7437 from azdrojowa123/1.10.x-fix-update-sbtSbtClassfiers
[#5219] fix `updateSbtClassifiers` task
2023-11-21 11:08:08 -05:00
Aleksandra Zdrojowa f9f47620d0 pass classifiersModule configurations to ModuleDescriptorConfiguration 2023-11-21 15:57:59 +01:00
Adrien Piquerez eba41fb3b0 Fix util-cache cross-compilation 2023-11-14 11:45:09 +01:00
Adrien Piquerez 73e3b43683 Introduce util-core to cross-compile util-logging 2023-11-14 11:43:12 +01:00
Adrien Piquerez bc3acd3bff Bump sbt-scalafmt to solve classpath corruption 2023-11-14 11:42:51 +01:00
eugene yokota fb8ca26e77
Merge pull request #7419 from hvesalai/jline3.24.0-jansi2.4.0
JLine 3.24.1 and JAnsi 2.4.0.
2023-11-01 22:49:25 -04:00
Heikki Vesalainen c07ee8411e JLine 3.24.1 and JAnsi 2.4.0. 2023-11-01 21:25:24 +02:00
Eugene Yokota 13f7bb250b sjsonnew 0.14.0-M1 2023-10-29 14:54:24 -04:00