Skip to content

Commit 4e200ea

Browse files
author
Daniel Ratiu
committed
mpsqa: updated build.gradle and README.md to reflect the dependencies to MPS 2020.1
1 parent 0a5b8b7 commit 4e200ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ There are two possibilities to use the clones detection:
2222
**Binary Distribution**
2323

2424
Binaries can be downloaded from the [release](https://github.com/mbeddr/mps-qa/releases) page
25-
Currently supported versions are MPS 2018.3 and 2019.3.
25+
Currently supported versions are MPS 2018.3, 2019.3 and 2020.1.
2626

2727
**Building the mps.qa.clones plugin**
2828
1. rename "gradle.properties.example" in "gradle.properties"

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ ext.dependencyRepositories = [
6868
// Dependency versions
6969
// ext.mpsVersion = '2019.1.4'
7070
// ext.mbeddrVersion = '1.3.21722.0d19fb0'
71-
ext.mpsVersion = '2019.3.1'
72-
ext.mbeddrVersion = '[2019.2,2019.3]'
71+
ext.mpsVersion = '2020.1.2'
72+
ext.mbeddrVersion = '[2019.3,2020.1]'
7373

7474
// Project versions
7575
ext.major = '1'

0 commit comments

Comments
 (0)