Skip to content

Commit

Permalink
Bump version and update powermock to 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed Feb 24, 2019
1 parent 7391279 commit 79a828d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ plugins {

val major = "0"
val minor = "1"
val patch = "5"
val patch = "6"

group = "club.minnced"
version = "$major.$minor.$patch"
Expand All @@ -45,7 +45,7 @@ repositories {
jcenter()
}

val powermockVersion = "2.0.0-RC.4"
val powermockVersion = "2.0.0"

dependencies {
api("org.slf4j:slf4j-api:1.7.25")
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
rootProject.name = 'discord-webhooks'
enableFeaturePreview('STABLE_PUBLISHING')

0 comments on commit 79a828d

Please sign in to comment.