Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Upgrade to latest kotlin version. (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinoo Vasudevan authored and dbbaughe committed Mar 15, 2019
1 parent aed70d2 commit d62247e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {

ext {
es_version = '6.5.4'
kotlin_version = '1.2.60'
kotlin_version = '1.3.21'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* permissions and limitations under the License.
*/

rootProject.name = 'opendistro-plugins'
rootProject.name = 'opendistro-for-elasticsearch-alerting'
include 'alerting'
include 'core'
include 'notification'
Expand Down

0 comments on commit d62247e

Please sign in to comment.