Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Reiche committed Nov 10, 2021
1 parent 625b20b commit 3e4c8bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ apply plugin: 'io.codearte.nexus-staging'

ext {
// Minimum required Testerra version
testerraCompileVersion = '2.0-RC-4'
testerraCompileVersion = '2-SNAPSHOT'
// Unit tests use the latest Testerra version
testerraTestVersion = '[2.9,3-SNAPSHOT)'
testerraTestVersion = '[2,3-SNAPSHOT)'
moduleVersion = '2-SNAPSHOT'
if (System.properties.containsKey('moduleVersion')) {
moduleVersion = System.getProperty('moduleVersion')
Expand Down

0 comments on commit 3e4c8bd

Please sign in to comment.