Skip to content

Commit

Permalink
Update version catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 9, 2024
1 parent 837d84b commit 6804fe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion convention-plugin/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencyResolutionManagement {
}
versionCatalogs {
create("libs") {
from("org.metaborg.spoofax3:catalog:0.3.7")
from("org.metaborg.spoofax3:catalog:0.3.8")
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import org.gradle.kotlin.dsl.maven
@Suppress("unused")
class SettingsConventionPlugin: Plugin<Settings> {

private val catalogVersion = "0.3.7"
private val catalogVersion = "0.3.8"

@Suppress("UnstableApiUsage")
override fun apply(settings: Settings): Unit = with(settings) {
Expand Down

0 comments on commit 6804fe6

Please sign in to comment.