Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea authored Sep 18, 2020
1 parent 0c349e1 commit 188c36d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ This plugin provides opinions and tasks for the release process provided by [gra
# Applying the plugin

plugins {
id 'nebula.release' version '13.0.0'
id 'nebula.release' version '15.2.0'
}

-or-

buildscript {
repositories { jcenter() }
dependencies {
classpath 'com.netflix.nebula:nebula-release-plugin:13.0.0'
classpath 'com.netflix.nebula:nebula-release-plugin:15.2.0'
}
}
apply plugin: 'nebula.release'
Expand Down

0 comments on commit 188c36d

Please sign in to comment.