File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ settings:
1212 contents :
1313 - block : ' create("libs")'
1414 contents :
15- # note that SkipUI overrides the material3 lib within the bom to a newer version - see its skip.yml
16- - ' version("androidx-compose-bom", "2025.09.00")'
15+ - ' version("androidx-compose-bom", "2025.09.01")'
1716 - ' library("androidx-compose-bom", "androidx.compose", "compose-bom").versionRef("androidx-compose-bom")'
1817 - ' library("androidx-compose-runtime", "androidx.compose.runtime", "runtime").withoutVersion()'
1918
Original file line number Diff line number Diff line change 11// Copyright 2023–2025 Skip
22// SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
3- #if os(macOS)
3+ #if os(macOS) || os(Linux)
44import SkipTest
55
66/// This test case will run the transpiled tests for the Skip module.
You can’t perform that action at this time.
0 commit comments