Class: Dependabot::Sbt::Version

Inherits:
Maven::Version
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/dependabot/sbt/version.rb

Overview

SBT resolves artifacts from Maven repositories and uses the same version ordering specification as Maven.

Constant Summary collapse

VERSION_PATTERN =
T.let(Dependabot::Maven::Version::VERSION_PATTERN, String)