Skip to content

Commit 92e42d1

Browse files
authored
Bump androidx-compose-bom version to 2025.09.01 (#16)
* Bump androidx-compose-bom version to 2025.09.01 * Run tests on Linux as well as macOS
1 parent 46139a8 commit 92e42d1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Sources/SkipModel/Skip/skip.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

Tests/SkipModelTests/XCSkipTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)
44
import SkipTest
55

66
/// This test case will run the transpiled tests for the Skip module.

0 commit comments

Comments
 (0)