@@ -18,12 +18,13 @@ let package = Package(
18
18
. package ( url: " https://github.com/apple/swift-argument-parser.git " , from: " 1.4.0 " ) ,
19
19
. package ( url: " https://github.com/fwcd/swift-qrcode-generator.git " , from: " 1.0.0 " ) ,
20
20
. package ( url: " https://github.com/fwcd/swift-prolog.git " , from: " 0.1.0 " ) ,
21
- . package ( url: " https://github.com/fwcd/swift-utils.git " , from: " 4.0.1 " ) ,
21
+ . package ( url: " https://github.com/fwcd/swift-utils.git " , from: " 4.1.2 " ) ,
22
22
. package ( url: " https://github.com/fwcd/swift-geodesy.git " , from: " 0.1.0 " ) ,
23
23
. package ( url: " https://github.com/fwcd/swift-graphics.git " , from: " 4.0.0 " ) ,
24
24
. package ( url: " https://github.com/fwcd/swift-gif.git " , from: " 4.0.0 " ) ,
25
25
. package ( url: " https://github.com/fwcd/swift-mensa.git " , from: " 0.1.10 " ) ,
26
26
. package ( url: " https://github.com/fwcd/swift-music-theory.git " , from: " 0.1.0 " ) ,
27
+ . package ( url: " https://github.com/fwcd/swift-static-map.git " , from: " 0.1.0 " ) ,
27
28
. package ( url: " https://github.com/apple/swift-nio.git " , from: " 2.59.0 " ) ,
28
29
. package ( url: " https://github.com/Kitura/BlueSocket.git " , . upToNextMinor( from: " 2.0.4 " ) ) ,
29
30
. package ( url: " https://github.com/swift-server/swift-backtrace.git " , from: " 1.3.3 " ) ,
@@ -97,6 +98,7 @@ let package = Package(
97
98
. product( name: " GIF " , package : " swift-gif " ) ,
98
99
. product( name: " MusicTheory " , package : " swift-music-theory " ) ,
99
100
. product( name: " Mensa " , package : " swift-mensa " ) ,
101
+ . product( name: " StaticMap " , package : " swift-static-map " ) ,
100
102
. product( name: " SwiftSoup " , package : " SwiftSoup " ) ,
101
103
. product( name: " FeedKit " , package : " FeedKit " ) ,
102
104
. product( name: " SQLite " , package : " SQLite.swift " ) ,
0 commit comments