diff --git a/Makefile b/Makefile index d6a57d6..d4475ca 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ bin build: mkdir build bin/geckodriver: Makefile - ./get-geckodriver.py v0.32.0 + ./get-geckodriver.py v0.35.0 touch $@ build/%.css: assets/scss/%.scss build venv