We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31189ce commit f775e3bCopy full SHA for f775e3b
resource.dagger/build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
group = "org.metaborg"
9
10
dependencies {
11
- api(platform(libs.spoofax3.bom))
+ api(platform(libs.spoofax3.platform))
12
13
api(project(":resource"))
14
api(libs.spoofax3.log.dagger)
settings.gradle.kts
@@ -7,7 +7,7 @@ pluginManagement {
7
}
plugins {
- id("org.metaborg.convention.settings") version "0.0.7"
+ id("org.metaborg.convention.settings") version "0.0.8"
include(":resource.api")
0 commit comments