Skip to content

Commit 5abbd71

Browse files
jonedaviswell1791
authored andcommitted
removed alpha dependencies
bumped to stable
1 parent caf87c4 commit 5abbd71

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tools/snippet-testing/model/dependency.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ class Dependency
1616
CS_V5 = '5.5.1-alpha1'
1717

1818
AVAILABLE_LIBRARY_VERSION = {
19-
CSHARP_NAME => ['4.x', '5.5.3-alpha1'],
20-
PHP_NAME => ['4.10', '5.11.0-alpha1'],
21-
PYTHON_NAME => ['5.6.0', '6.4.2-alpha-1'],
22-
RUBY_NAME => ['4.13.0', '5.0.0.rc26'],
23-
NODE_NAME => ['2.11.0', '3.4.0-alpha-1'],
19+
CSHARP_NAME => ['4.x', '5.6.0'],
20+
PHP_NAME => ['4.10', '5.13.0'],
21+
PYTHON_NAME => ['5.6.0', '6.5.0'],
22+
RUBY_NAME => ['4.13.0', '5.1.0'],
23+
NODE_NAME => ['2.11.0', '3.6.1'],
2424
JAVA6_NAME => {group: "com.twilio.sdk", name: 'twilio-java-sdk', version: '6.3.0', suffix: '-jar-with-dependencies'},
25-
JAVA7_NAME => {group: "com.twilio.sdk", name: 'twilio', version: '7.12.0-alpha-1', suffix: '-jar-with-dependencies'}
25+
JAVA7_NAME => {group: "com.twilio.sdk", name: 'twilio', version: '7.14.0', suffix: '-jar-with-dependencies'}
2626
}.freeze
2727

2828
JAVA_DEPENDENCIES = {

0 commit comments

Comments
 (0)