Skip to content

Commit

Permalink
Fix dependencies for build
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenschindlercpp committed Feb 20, 2024
1 parent 3f741a3 commit aef6e2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ configurations {
}

dependencies {
mps "com.jetbrains:mps:2020.3.+"
languageLibs "com.mbeddr:mbeddr:2020.3.+"
mps "com.jetbrains:mps:2021.1.+"
languageLibs "com.mbeddr:mbeddr:2021.1.+"
junitAnt 'org.apache.ant:ant-junit:1.10.6'
}

Expand Down Expand Up @@ -137,4 +137,4 @@ githubRelease.dependsOn build

defaultTasks 'buildLanguages'

publish.dependsOn build
publish.dependsOn build

0 comments on commit aef6e2d

Please sign in to comment.