Commit 3b15b28
fix: bump soroban-sdk to 23.4.0 and OZ deps to v0.6.0
The CLI pulls OZ v0.6.0 examples which require soroban-sdk 23.4.0.
The template was pinned to soroban-sdk 23.1.0 and OZ v0.5.1, causing
compile errors (unknown `contracttrait` attribute, type mismatches).
Note: the CLI's dest_path fix (scaffold-stellar#451) will auto-update
the OZ tags going forward, but the soroban-sdk version still needs to
be compatible in the template as a baseline.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 010bf98 commit 3b15b28
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments