Skip to content

Commit

Permalink
Add missing dep on util in spoofax2.common
Browse files Browse the repository at this point in the history
  • Loading branch information
Apanatshka committed Oct 11, 2023
1 parent 57d847c commit 12cab9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/spoofax2.common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies {

implementation("org.metaborg:common")
implementation(project(":stratego.common"))
implementation("org.metaborg.devenv:org.metaborg.util")

api("org.metaborg:resource")
api("org.metaborg:log.api")
Expand Down

0 comments on commit 12cab9e

Please sign in to comment.