Skip to content

Commit 66b420e

Browse files
committed
Fix the warning with the Artifacts
1 parent 6dd20ee commit 66b420e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Project.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ version = "1.0.4"
66
CUTEst_jll = "bb5f6f25-f23d-57fd-8f90-3ef7bad1d825"
77
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
88
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
9+
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
910
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
1011
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1112
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
12-
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1313
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1414
Quadmath = "be4d8f0f-7fa4-5f49-b795-2f01399ab2dd"
1515
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
@@ -21,6 +21,7 @@ CUTEst_jll = "=2.4.0"
2121
Combinatorics = "1.0"
2222
DataStructures = "0.18"
2323
JSON = "0.21"
24+
LazyArtifacts = "1.10"
2425
NLPModels = "0.21.3"
2526
Quadmath = "0.5.10"
2627
SIFDecode_jll = "2.6.1"

src/CUTEst.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module CUTEst
33

44
using CUTEst_jll
55
import SIFDecode_jll
6-
using Pkg.Artifacts
6+
using LazyArtifacts
77
using Libdl
88
using Quadmath
99
using NLPModels

0 commit comments

Comments
 (0)