Skip to content

Commit

Permalink
Fix formatting and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mondokm committed Feb 13, 2025
1 parent d0e64be commit 570cb79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ buildscript {

allprojects {
group = "hu.bme.mit.theta"
version = "6.9.0"
version = "6.10.0"

apply(from = rootDir.resolve("gradle/shared-with-buildSrc/mirrors.gradle.kts"))
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,10 @@ public static Collection<Object[]> data() {
XstsConfigBuilder.Domain.EXPL_PRED_COMBINED
},
{
"src/test/resources/model/literals_fullname.xsts",
"src/test/resources/property/literals.prop",
false,
XstsConfigBuilder.Domain.PRED_CART
"src/test/resources/model/literals_fullname.xsts",
"src/test/resources/property/literals.prop",
false,
XstsConfigBuilder.Domain.PRED_CART
},
{
"src/test/resources/model/literals.xsts",
Expand Down

0 comments on commit 570cb79

Please sign in to comment.