Skip to content

Commit

Permalink
Merge pull request #14 from intuit/validator-0.5.0
Browse files Browse the repository at this point in the history
Upgrade binary compatibility tool to 0.5.0
  • Loading branch information
sugarmanz committed May 6, 2021
2 parents d66c8b8 + ec5028c commit a1a5365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ allprojects {
mavenLocal()
mavenCentral()
maven("https://plugins.gradle.org/m2/")
maven("https://oss.jfrog.org/artifactory/oss-snapshot-local/")
maven("https://oss.sonatype.org/content/repositories/snapshots/")
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ASSERTJ_VERSION=3.17.2
NEXUS_PUBLISH_PLUGIN_VERSION=1.0.0
RELEASE_PLUGIN_VERSION=2.6.0
KTLINT_PLUGIN_VERSION=9.4.1
VALIDATOR_VERSION=0.3.0
VALIDATOR_VERSION=0.5.0
DOKKA_VERSION=1.4.20
ORCHID_VERSION=0.21.1
KNIT_VERSION=0.2.3
Expand Down

0 comments on commit a1a5365

Please sign in to comment.