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 11, 2024
1 parent ebe0d54 commit 4e63671
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.4.1")
from("org.metaborg.spoofax3:catalog:0.4.3")
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import org.gradle.kotlin.dsl.maven
class SettingsConventionPlugin: Plugin<Settings> {

// Version of org.metaborg.spoofax3:catalog to be used for Metaborg projects
private val catalogVersion = "0.4.1"
private val catalogVersion = "0.4.3"

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

0 comments on commit 4e63671

Please sign in to comment.