Skip to content

Commit

Permalink
Merge pull request #9 from emustudio/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
vbmacher committed Mar 18, 2023
2 parents 2b13595 + c6ddeb5 commit 0665c5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -22,7 +22,7 @@ For Maven, use:
```
<dependency>
<groupId>net.emustudio</groupId>
<artifactId>cpu-testsuite_11.7</artifactId>
<artifactId>cpu-testsuite_12.0</artifactId>
<version>1.2.0</version>
<scope>test</scope>
</dependency>
Expand All @@ -31,10 +31,10 @@ For Maven, use:
For Gradle, use:

```
testImplementation 'net.emustudio:cpu-testsuite_11.7:1.2.0'
testImplementation 'net.emustudio:cpu-testsuite_12.0:1.2.0'
```

NOTE: Artifact name ends with major.minor emuLib version (currently `_11.7`).
NOTE: Artifact name ends with major.minor emuLib version (currently `_12.0`).

## When to use CPU Test Suite

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -6,7 +6,7 @@ plugins {
}

ext {
emulib = '11.7'
emulib = '12.0'
}

group 'net.emustudio'
Expand Down

0 comments on commit 0665c5e

Please sign in to comment.