Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from rewe-digital-incubator/update-to-galen-2.4.1
Browse files Browse the repository at this point in the history
Update to Galen 2.4.1
  • Loading branch information
stefanneuhaus authored Jan 2, 2019
2 parents b0046e5 + 6e44406 commit 4d07306
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ frost {
// relative to the project directory. Default is '<USER_HOME>/.frost'.
frostCacheDirectory = "uiTest"
// The Galen version to use, default is "2.4.0".
galenVersion = '2.4.0'
// The Galen version to use, default is "2.4.1".
galenVersion = '2.4.1'
// The URL where to download the Galen binary, default is
// "https://github.com/galenframework/galen/releases/download/galen-${galenVersion}/galen-bin-${galenVersion}.zip".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class FrostPluginExtension {
String frostWorkingDirectory = 'frost'
String frostCacheDirectory = "${System.getProperty('user.home')}/.frost"

String galenVersion = '2.4.0'
String galenVersion = '2.4.1'
String galenDownloadUrl

String[] browsers = ['firefox', 'chrome']
Expand Down

0 comments on commit 4d07306

Please sign in to comment.