Skip to content

Commit b6d5e10

Browse files
committed
Require the latest Wattsi
This ensures we pull in the <ref> changes in whatwg/wattsi#152.
1 parent 99dc91e commit b6d5e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DIR=$(pwd)
1010
# The latest required version of Wattsi. Update this if you change how ./build.sh invokes Wattsi;
1111
# it will cause a warning if Wattsi's self-reported version is lower. Note that there's no need to
1212
# update this on every revision of Wattsi; only do so when a warning is justified.
13-
WATTSI_LATEST=136
13+
WATTSI_LATEST=137
1414

1515
# Shared state variables throughout this script
1616
LOCAL_WATTSI=true

0 commit comments

Comments
 (0)