Skip to content

Commit

Permalink
Update dependency org.metaborg:org.metaborg.spt.core to v2.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 17, 2021
1 parent aaacabd commit 34771f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ task generateVersionFile {
inputs.property("version", metaborgVersion)
outputs.file(outputFile)
doLast {
outputFile.text = "metaborgVersion=${metaborgVersion}"
outputFile.text = "metaborgVersion=2.5.14
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
metaborgVersion=2.5.11
metaborgVersion=2.5.14
junitVersion=5.7.0
gradlePluginPublishVersion=0.12.0

0 comments on commit 34771f4

Please # to comment.