Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
snappydata -> 1.0.1
snappydata-spark -> 2.1.1.2
snappydata-store -> 1.6.1
  • Loading branch information
Amogh Shetkar committed Feb 14, 2018
1 parent 30906a8 commit 341e40c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017 SnappyData, Inc. All rights reserved.
* Copyright (c) 2018 SnappyData, Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you
* may not use this file except in compliance with the License. You
Expand Down Expand Up @@ -49,9 +49,9 @@ ext {
scalaBinaryVersion = '2.11'
scalaVersion = scalaBinaryVersion + '.8'
buildDir = 'build-artifacts'
snappySparkVersion = '2.1.1.1'
snappyDataVersion = '1.0.0'
gemfireVersion = "1.6.0"
snappySparkVersion = '2.1.1.2'
snappyDataVersion = '1.0.1'
gemfireVersion = "1.6.1"
zeppelinVersion = '0.7.3'

createdBy = System.getProperty('user.name')
Expand Down

0 comments on commit 341e40c

Please sign in to comment.