Skip to content

Instantly share code, notes, and snippets.

@rtyley
Created December 7, 2023 10:04
Show Gist options
  • Save rtyley/416150de7fa96c889757f4c9d7b9c95e to your computer and use it in GitHub Desktop.
Save rtyley/416150de7fa96c889757f4c9d7b9c95e to your computer and use it in GitHub Desktop.
versionPolicyAssessCompatibility on play-secret-rotation
sbt "show versionPolicyAssessCompatibility"
[info] welcome to sbt 1.9.7 (Amazon.com Inc. Java 11.0.21)
[info] loading global plugins from /Users/Roberto_Tyley/.sbt/1.0/plugins
[info] loading settings for project play-secret-rotation-build from plugins.sbt ...
[info] loading project definition from /Users/Roberto_Tyley/code/play-secret-rotation/project
[info] loading settings for project play-secret-rotation-root from build.sbt,sonatype.sbt,version.sbt ...
[info] loading settings for project aws-parameterstore-lambda from build.sbt ...
[info] resolving key references (10168 settings) ...
[info] set current project to play-secret-rotation-root (in build file:/Users/Roberto_Tyley/code/play-secret-rotation/)
[warn] Using custom versioning scheme 'always compatible' although the module org.scala-lang.modules:scala-java8-compat_2.13 declares the versioning scheme 'early semantic versioning'.
[warn] Using custom versioning scheme 'always compatible' although the module org.scala-lang.modules:scala-java8-compat_2.13 declares the versioning scheme 'early semantic versioning'.
[warn] Using custom versioning scheme 'always compatible' although the module org.scala-lang.modules:scala-java8-compat_2.13 declares the versioning scheme 'early semantic versioning'.
[warn] Using custom versioning scheme 'always compatible' although the module org.scala-lang.modules:scala-java8-compat_2.13 declares the versioning scheme 'early semantic versioning'.
[warn] Using custom versioning scheme 'always compatible' although the module org.scala-lang.modules:scala-java8-compat_2.13 declares the versioning scheme 'early semantic versioning'.
[warn] Using custom versioning scheme 'always compatible' although the module org.scala-lang.modules:scala-java8-compat_2.13 declares the versioning scheme 'early semantic versioning'.
[warn] Using custom versioning scheme 'always compatible' although the module org.scala-lang.modules:scala-java8-compat_2.13 declares the versioning scheme 'early semantic versioning'.
[warn] Using custom versioning scheme 'always compatible' although the module org.scala-lang.modules:scala-java8-compat_2.13 declares the versioning scheme 'early semantic versioning'.
[info] aws-parameterstore-sdk-v1 / versionPolicyAssessCompatibility
[info] Vector((com.gu.play-secret-rotation:aws-parameterstore-sdk-v1:6.0.0,BinaryAndSourceCompatible))
[info] aws-parameterstore-lambda / versionPolicyAssessCompatibility
[info] Vector((com.gu.play-secret-rotation:aws-parameterstore-lambda:6.0.0,None))
[info] play-v28 / versionPolicyAssessCompatibility
[info] Vector((com.gu.play-secret-rotation:play-v28:6.0.0,BinaryAndSourceCompatible))
[info] secret-generator / versionPolicyAssessCompatibility
[info] Vector((com.gu.play-secret-rotation:secret-generator:6.0.0,BinaryAndSourceCompatible))
[info] core / versionPolicyAssessCompatibility
[info] Vector((com.gu.play-secret-rotation:core:6.0.0,BinaryAndSourceCompatible))
[info] aws-parameterstore-sdk-v2 / versionPolicyAssessCompatibility
[info] Vector((com.gu.play-secret-rotation:aws-parameterstore-sdk-v2:6.0.0,BinaryAndSourceCompatible))
[info] play-v29 / versionPolicyAssessCompatibility
[info] Vector((com.gu.play-secret-rotation:play-v29:6.0.0,BinaryAndSourceCompatible))
[info] aws-parameterstore-secret-supplier-base / versionPolicyAssessCompatibility
[info] Vector((com.gu.play-secret-rotation:aws-parameterstore-secret-supplier-base:6.0.0,BinaryAndSourceCompatible))
[info] play-v30 / versionPolicyAssessCompatibility
[info] Vector((com.gu.play-secret-rotation:play-v30:6.0.0,BinaryAndSourceCompatible))
[info] play-v27 / versionPolicyAssessCompatibility
[info] Vector((com.gu.play-secret-rotation:play-v27:6.0.0,BinaryAndSourceCompatible))
[info] versionPolicyAssessCompatibility
[info] List()
[success] Total time: 4 s, completed 7 Dec 2023, 10:03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment