We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757f1bf commit efb4100Copy full SHA for efb4100
2 files changed
.circleci/config.yml
@@ -1,6 +1,6 @@
1
version: 2.1
2
orbs:
3
- ship: auth0/ship@0.6.0
+ ship: auth0/ship@0.6.1
4
commands:
5
checkout-and-build:
6
steps:
settings.gradle
@@ -3,7 +3,7 @@ pluginManagement {
gradlePluginPortal()
}
plugins {
- id 'com.auth0.gradle.oss-library.java' version '0.16.0'
+ id 'com.auth0.gradle.oss-library.java' version '0.17.0'
7
8
9
0 commit comments