mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-02-01 02:03:18 -05:00
Update tests to 0.8.3
This commit is contained in:
@@ -2,4 +2,4 @@ Feature: Version
|
||||
|
||||
Scenario: Show the current version of gvm
|
||||
When I enter "gvm version"
|
||||
Then I see "Groovy enVironment Manager 0.8.2"
|
||||
Then I see "Groovy enVironment Manager 0.8.3"
|
||||
|
||||
@@ -10,8 +10,8 @@ class VertxUtils {
|
||||
final static candidates = [grails:grails]
|
||||
final static defaults = [grails:'2.1.0']
|
||||
|
||||
static final gvmVersion = '0.8.2'
|
||||
static final vertxVersion = '1.2.3.final'
|
||||
static final gvmVersion = '0.8.3'
|
||||
static final vertxVersion = '1.3.0.final'
|
||||
|
||||
|
||||
static templateEngine = new SimpleTemplateEngine()
|
||||
|
||||
Reference in New Issue
Block a user