Skip to content

Commit

Permalink
Use Metaborg convention/platform latest snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 18, 2024
1 parent 2b91296 commit f581926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resource.dagger/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
group = "org.metaborg"

dependencies {
api(platform(libs.metaborg.platform))
api(platform(libs.metaborg.platform)) { version { require("latest.integration") } }

api(project(":resource"))
api(libs.metaborg.log.dagger)
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pluginManagement {
}

plugins {
id("org.metaborg.convention.settings") version "0.8.3"
id("org.metaborg.convention.settings") version "latest.integration"
}

include(":resource.api")
Expand Down

0 comments on commit f581926

Please sign in to comment.