Build Logs

kevin-lee/just-semver • 3.8.0-RC2:2025-11-25

Errors

0

Warnings

16

Total Lines

391

1##################################
2Clonning https://github.com/kevin-lee/just-semver.git into /build/repo using revision v1.1.1
3##################################
4Note: switching to 'bdb91574a371fc8abbb107312320226ece672ebe'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21----
22Preparing build for 3.8.0-RC2
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30----
31Starting build for 3.8.0-RC2
32Execute tests: false
33sbt project found:
34Sbt version 1.10.11 is not supported, minimal supported version is 1.11.5
35Enforcing usage of sbt in version 1.11.5
36No prepare script found for project kevin-lee/just-semver
37/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
38##################################
39Scala version: 3.8.0-RC2
40Targets: io.kevinlee%just-semver io.kevinlee%just-semver-core io.kevinlee%just-semver-decver
41Project projectConfig: {"projects":{"exclude":["io.kevinlee%just-semver"],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
42##################################
43Using extra scalacOptions: ,REQUIRE:-source:3.8
44Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
45[sbt_options] declare -a sbt_options=()
46[process_args] java_version = '17'
47[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
48# Executing command line:
49java
50-Dfile.encoding=UTF-8
51-Dcommunitybuild.scala=3.8.0-RC2
52-Dcommunitybuild.project.dependencies.add=
53-Xmx7G
54-Xms4G
55-Xss8M
56-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
57-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
58-jar
59/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
60"setCrossScalaVersions 3.8.0-RC2"
61"++3.8.0-RC2 -v"
62"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
63"set every credentials := Nil"
64"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
65"removeScalacOptionsStartingWith -P:wartremover"
66
67moduleMappings
68"runBuild 3.8.0-RC2 """{"projects":{"exclude":["io.kevinlee%just-semver"],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}""" io.kevinlee%just-semver io.kevinlee%just-semver-core io.kevinlee%just-semver-decver"
69
70[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
71[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
72[info] loading project definition from /build/repo/project
73[info] loading settings for project justSemVer from build.sbt...
74[info] resolving key references (10065 settings) ...
75[info]
76[info] __ __ ___ ____
77[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
78[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
79[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
80[info] /_/
81[info]
82[info] just-semver 1.1.1+0-bdb91574+20251125-1557-SNAPSHOT
83[info] Scala 2.13.16
84[info] -----------------------------------------------------
85[info] Useful sbt tasks:
86[info] r: reload - Run reload
87[info] cln: clean - Run clean
88[info] c: compile - Run compile
89[info] cc: +compile - Run cross-scalaVersion compile
90[info] tc: Test/compile - Run Test/compile
91[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
92[info] t: test - Run test
93[info] ct: +test - Run cross-scalaVersion test
94[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
95[info] fmt: scalafmtAll - Run scalafmtAll
96[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
97[info] cfmt: +scalafmtAll - Run +scalafmtAll
98[info] fixchk: scalafixAll --check - Run scalafixAll --check
99[info] fix: scalafixAll - Run scalafixAll
100[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
101[info] cfix: +scalafixAll - Run +scalafixAll
102[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
103[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
104[info] pl: publishLocal - Run publishLocal
105Execute setCrossScalaVersions: 3.8.0-RC2
106OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC2 in justSemVer/crossScalaVersions
107OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC2 in decverNative/crossScalaVersions
108OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC2 in coreJVM/crossScalaVersions
109OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC2 in coreJS/crossScalaVersions
110OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC2 in docs/crossScalaVersions
111OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC2 in coreNative/crossScalaVersions
112OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC2 in decverJVM/crossScalaVersions
113OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC2 in decverJS/crossScalaVersions
114[info]
115[info] __ __ ___ ____
116[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
117[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
118[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
119[info] /_/
120[info]
121[info] just-semver 1.1.1+0-bdb91574+20251125-1557-SNAPSHOT
122[info] Scala 2.13.16
123[info] -----------------------------------------------------
124[info] Useful sbt tasks:
125[info] r: reload - Run reload
126[info] cln: clean - Run clean
127[info] c: compile - Run compile
128[info] cc: +compile - Run cross-scalaVersion compile
129[info] tc: Test/compile - Run Test/compile
130[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
131[info] t: test - Run test
132[info] ct: +test - Run cross-scalaVersion test
133[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
134[info] fmt: scalafmtAll - Run scalafmtAll
135[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
136[info] cfmt: +scalafmtAll - Run +scalafmtAll
137[info] fixchk: scalafixAll --check - Run scalafixAll --check
138[info] fix: scalafixAll - Run scalafixAll
139[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
140[info] cfix: +scalafixAll - Run +scalafixAll
141[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
142[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
143[info] pl: publishLocal - Run publishLocal
144[info] Setting Scala version to 3.8.0-RC2 on 8 projects.
145[info] Switching Scala version on:
146[info] coreNative (2.12.18, 2.13.16, 3.8.0-RC2)
147[info] docs (2.12.18, 2.13.16, 3.8.0-RC2, 2.13.11)
148[info] decverJS (2.12.18, 2.13.16, 3.8.0-RC2)
149[info] coreJS (2.12.18, 2.13.16, 3.8.0-RC2)
150[info] * justSemVer (2.12.18, 2.13.16, 3.8.0-RC2)
151[info] coreJVM (2.12.18, 2.13.16, 3.8.0-RC2)
152[info] decverJVM (2.12.18, 2.13.16, 3.8.0-RC2)
153[info] decverNative (2.12.18, 2.13.16, 3.8.0-RC2)
154[info] Excluding projects:
155[info] Reapplying settings...
156[info]
157[info] __ __ ___ ____
158[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
159[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
160[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
161[info] /_/
162[info]
163[info] just-semver 1.1.1+0-bdb91574+20251125-1557-SNAPSHOT
164[info] Scala 3.8.0-RC2
165[info] -----------------------------------------------------
166[info] Useful sbt tasks:
167[info] r: reload - Run reload
168[info] cln: clean - Run clean
169[info] c: compile - Run compile
170[info] cc: +compile - Run cross-scalaVersion compile
171[info] tc: Test/compile - Run Test/compile
172[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
173[info] t: test - Run test
174[info] ct: +test - Run cross-scalaVersion test
175[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
176[info] fmt: scalafmtAll - Run scalafmtAll
177[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
178[info] cfmt: +scalafmtAll - Run +scalafmtAll
179[info] fixchk: scalafixAll --check - Run scalafixAll --check
180[info] fix: scalafixAll - Run scalafixAll
181[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
182[info] cfix: +scalafixAll - Run +scalafixAll
183[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
184[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
185[info] pl: publishLocal - Run publishLocal
186Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
187[info] Reapplying settings...
188[info]
189[info] __ __ ___ ____
190[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
191[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
192[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
193[info] /_/
194[info]
195[info] just-semver 1.1.1+0-bdb91574+20251125-1557-SNAPSHOT
196[info] Scala 3.8.0-RC2
197[info] -----------------------------------------------------
198[info] Useful sbt tasks:
199[info] r: reload - Run reload
200[info] cln: clean - Run clean
201[info] c: compile - Run compile
202[info] cc: +compile - Run cross-scalaVersion compile
203[info] tc: Test/compile - Run Test/compile
204[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
205[info] t: test - Run test
206[info] ct: +test - Run cross-scalaVersion test
207[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
208[info] fmt: scalafmtAll - Run scalafmtAll
209[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
210[info] cfmt: +scalafmtAll - Run +scalafmtAll
211[info] fixchk: scalafixAll --check - Run scalafixAll --check
212[info] fix: scalafixAll - Run scalafixAll
213[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
214[info] cfix: +scalafixAll - Run +scalafixAll
215[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
216[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
217[info] pl: publishLocal - Run publishLocal
218[info] Defining Global / credentials, coreJS / credentials and 6 others.
219[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 64 others.
220[info] Run `last` for details.
221[info] Reapplying settings...
222[info]
223[info] __ __ ___ ____
224[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
225[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
226[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
227[info] /_/
228[info]
229[info] just-semver 1.1.1+0-bdb91574+20251125-1557-SNAPSHOT
230[info] Scala 3.8.0-RC2
231[info] -----------------------------------------------------
232[info] Useful sbt tasks:
233[info] r: reload - Run reload
234[info] cln: clean - Run clean
235[info] c: compile - Run compile
236[info] cc: +compile - Run cross-scalaVersion compile
237[info] tc: Test/compile - Run Test/compile
238[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
239[info] t: test - Run test
240[info] ct: +test - Run cross-scalaVersion test
241[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
242[info] fmt: scalafmtAll - Run scalafmtAll
243[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
244[info] cfmt: +scalafmtAll - Run +scalafmtAll
245[info] fixchk: scalafixAll --check - Run scalafixAll --check
246[info] fix: scalafixAll - Run scalafixAll
247[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
248[info] cfix: +scalafixAll - Run +scalafixAll
249[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
250[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
251[info] pl: publishLocal - Run publishLocal
252Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
253[info] Reapplying settings...
254OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
255
256 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
257 Did you mean allExcludeDependencies ?
258 , retry without global scopes
259[info] Reapplying settings...
260[info]
261[info] __ __ ___ ____
262[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
263[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
264[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
265[info] /_/
266[info]
267[info] just-semver 1.1.1+0-bdb91574+20251125-1557-SNAPSHOT
268[info] Scala 3.8.0-RC2
269[info] -----------------------------------------------------
270[info] Useful sbt tasks:
271[info] r: reload - Run reload
272[info] cln: clean - Run clean
273[info] c: compile - Run compile
274[info] cc: +compile - Run cross-scalaVersion compile
275[info] tc: Test/compile - Run Test/compile
276[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
277[info] t: test - Run test
278[info] ct: +test - Run cross-scalaVersion test
279[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
280[info] fmt: scalafmtAll - Run scalafmtAll
281[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
282[info] cfmt: +scalafmtAll - Run +scalafmtAll
283[info] fixchk: scalafixAll --check - Run scalafixAll --check
284[info] fix: scalafixAll - Run scalafixAll
285[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
286[info] cfix: +scalafixAll - Run +scalafixAll
287[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
288[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
289[info] pl: publishLocal - Run publishLocal
290Execute removeScalacOptionsStartingWith: -P:wartremover
291[info] Reapplying settings...
292[info]
293[info] __ __ ___ ____
294[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
295[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
296[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
297[info] /_/
298[info]
299[info] just-semver 1.1.1+0-bdb91574+20251125-1557-SNAPSHOT
300[info] Scala 3.8.0-RC2
301[info] -----------------------------------------------------
302[info] Useful sbt tasks:
303[info] r: reload - Run reload
304[info] cln: clean - Run clean
305[info] c: compile - Run compile
306[info] cc: +compile - Run cross-scalaVersion compile
307[info] tc: Test/compile - Run Test/compile
308[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
309[info] t: test - Run test
310[info] ct: +test - Run cross-scalaVersion test
311[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
312[info] fmt: scalafmtAll - Run scalafmtAll
313[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
314[info] cfmt: +scalafmtAll - Run +scalafmtAll
315[info] fixchk: scalafixAll --check - Run scalafixAll --check
316[info] fix: scalafixAll - Run scalafixAll
317[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
318[info] cfix: +scalafixAll - Run +scalafixAll
319[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
320[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
321[info] pl: publishLocal - Run publishLocal
322[success] Total time: 0 s, completed Nov 25, 2025, 3:57:13 PM
323Build config: {"projects":{"exclude":["io.kevinlee%just-semver"],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
324Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(io.kevinlee%just-semver),Map()),CompileOnly,List()))
325Excluding target 'io.kevinlee%just-semver' - matches exclusion rule: 'io.kevinlee%just-semver'
326Starting build...
327Projects: Set(coreJVM, decverJVM)
328Starting build for ProjectRef(file:/build/repo/,coreJVM) (just-semver-core)... [0/2]
329OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
330OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
331OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
332OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
333Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Ykind-projector, -Wvalue-discard, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
334[info] compiling 14 Scala sources to /build/repo/modules/just-semver-core/jvm/target/scala-3.8.0-RC2/classes ...
335[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
336[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/just-semver-core/shared/src/main/scala-3/just/Common.scala:33:8
337[warn] 33 | (x, y) match {
338[warn] | ^^^^^^
339[warn] | match may not be exhaustive.
340[warn] |
341[warn] | It would fail on pattern case: (Seq(_, _*), _), (_, Seq(_, _*))
342[warn] |
343[warn] | longer explanation available when compiling with `-explain`
344[warn] two warnings found
345[info] done compiling
346[info] compiling 15 Scala sources to /build/repo/modules/just-semver-core/jvm/target/scala-3.8.0-RC2/test-classes ...
347[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
348[warn] one warning found
349[info] done compiling
350Starting build for ProjectRef(file:/build/repo/,decverJVM) (just-semver-decver)... [1/2]
351Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Ykind-projector, -Wvalue-discard, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
352[info] compiling 4 Scala sources to /build/repo/modules/just-semver-decver/jvm/target/scala-3.8.0-RC2/classes ...
353[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
354[warn] one warning found
355[info] done compiling
356[info] compiling 6 Scala sources to /build/repo/modules/just-semver-decver/jvm/target/scala-3.8.0-RC2/test-classes ...
357[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
358[warn] one warning found
359[info] done compiling
360
361************************
362Build summary:
363[{
364 "module": "just-semver-core",
365 "compile": {"status": "ok", "tookMs": 11339, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
366 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
367 "test-compile": {"status": "ok", "tookMs": 5156, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
368 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
369 "publish": {"status": "skipped", "tookMs": 0},
370 "metadata": {
371 "crossScalaVersions": ["2.12.18", "2.13.16", "3.3.5"]
372}
373},{
374 "module": "just-semver-decver",
375 "compile": {"status": "ok", "tookMs": 2190, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
376 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
377 "test-compile": {"status": "ok", "tookMs": 2065, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
378 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
379 "publish": {"status": "skipped", "tookMs": 0},
380 "metadata": {
381 "crossScalaVersions": ["2.12.18", "2.13.16", "3.3.5"]
382}
383}]
384************************
385[success] Total time: 29 s, completed Nov 25, 2025, 3:57:42 PM
386[0JChecking patch project/plugins.sbt...
387Checking patch project/build.properties...
388Checking patch build.sbt...
389Applied patch project/plugins.sbt cleanly.
390Applied patch project/build.properties cleanly.
391Applied patch build.sbt cleanly.