Skip to content

Commit adba53e

Browse files
committed
Use version w/ fix for the auto-read issue
Works.
1 parent 729c11c commit adba53e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Package.swift

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,9 @@ let package = Package(
1717

1818
dependencies: [
1919
.package(url: "https://github.com/Macro-swift/Macro.git",
20-
from: "0.0.12"),
21-
/*
20+
from: "0.0.15"),
2221
.package(url: "https://github.com/Macro-swift/MacroExpress.git",
23-
from: "0.0.2")
24-
*/
25-
.package(url: "file:///Users/helge/dev/Swift/Macro/MacroExpress",
26-
.branch("develop"))
22+
from: "0.0.3")
2723
],
2824

2925
targets: [

0 commit comments

Comments
 (0)