187187 @test dict[" name" ] == " $(name) _jll"
188188 @test dict[" version" ] == " 1.0.0"
189189 @test dict[" uuid" ] == " 8fcd9439-76b0-55f4-a525-bad0597c05d8"
190- @test dict[" compat" ] == Dict {String,Any} (" julia" => " 1.0" , " JLLWrappers" => " 1.2 .0" )
190+ @test dict[" compat" ] == Dict {String,Any} (" julia" => " 1.0" , " JLLWrappers" => " 1.4 .0" )
191191 @test all (in .(
192192 (
193193 " Pkg" => " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f" ,
@@ -212,10 +212,10 @@ end
212212
213213 # Ensure passing a Julia dependency bound works
214214 dict = build_project_dict (name, version, dependencies, " 1.4" )
215- @test dict[" compat" ] == Dict {String,Any} (" julia" => " 1.4" , " JLLWrappers" => " 1.2 .0" )
215+ @test dict[" compat" ] == Dict {String,Any} (" julia" => " 1.4" , " JLLWrappers" => " 1.4 .0" )
216216
217217 dict = build_project_dict (name, version, dependencies, " ~1.4" )
218- @test dict[" compat" ] == Dict {String,Any} (" julia" => " ~1.4" , " JLLWrappers" => " 1.2 .0" )
218+ @test dict[" compat" ] == Dict {String,Any} (" julia" => " ~1.4" , " JLLWrappers" => " 1.4 .0" )
219219
220220 @test_throws ErrorException build_project_dict (name, version, dependencies, " nonsense" )
221221
0 commit comments