Skip to content

Commit f775e3b

Browse files
committed
Fix BOM, now platform
1 parent 31189ce commit f775e3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resource.dagger/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
group = "org.metaborg"
99

1010
dependencies {
11-
api(platform(libs.spoofax3.bom))
11+
api(platform(libs.spoofax3.platform))
1212

1313
api(project(":resource"))
1414
api(libs.spoofax3.log.dagger)

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginManagement {
77
}
88

99
plugins {
10-
id("org.metaborg.convention.settings") version "0.0.7"
10+
id("org.metaborg.convention.settings") version "0.0.8"
1111
}
1212

1313
include(":resource.api")

0 commit comments

Comments
 (0)