Skip to content

Commit

Permalink
Remove Versions submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Oct 24, 2023
1 parent dcc7aea commit d91b48b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 452 deletions.
9 changes: 7 additions & 2 deletions src/Aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ using Base: PkgId, UUID
using Pkg: Pkg, TOML
using Test

include("pkg/Versions.jl")
using .Versions: VersionSpec, semver_spec
@static if VERSION >= v"1.7-"
const VersionSpec = Pkg.Versions.VersionSpec
const semver_spec = Pkg.Versions.semver_spec
else
const VersionSpec = Pkg.Types.VersionSpec
const semver_spec = Pkg.Types.semver_spec
end

include("utils.jl")
include("ambiguities.jl")
Expand Down
23 changes: 0 additions & 23 deletions src/pkg/LICENSE.md

This file was deleted.

Loading

0 comments on commit d91b48b

Please sign in to comment.