Skip to content

Commit

Permalink
update default SC version
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Aug 6, 2020
1 parent c7a93ef commit 2504d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { camelCase } from 'change-case'
import { version } from '../package.json'

export const DEFAULT_SAUCE_CONNECT_VERSION = '4.5.4'
export const DEFAULT_SAUCE_CONNECT_VERSION = '4.6.2'
export const SAUCE_CONNECT_BASE = 'https://saucelabs.com/downloads'
export const SAUCE_CONNECT_DISTS = [
[`${SAUCE_CONNECT_BASE}/sc-%s-osx.zip`, 'darwin'],
Expand Down

0 comments on commit 2504d0f

Please sign in to comment.