There was an error while loading. Please reload this page.
1 parent 8e7329e commit feb7fe6Copy full SHA for feb7fe6
3 files changed
Dockerfile
@@ -1,5 +1,5 @@
1
# specify the dependency versions (can be overriden with --build_arg)
2
-ARG quilc_version=1.15.0
+ARG quilc_version=1.15.1
3
ARG quicklisp_version=2019-11-30
4
5
# use multi-stage builds to independently pull dependency versions
VERSION.txt
@@ -1 +1 @@
-"1.15.0"
+"1.15.1"
qvm-app.asd
@@ -9,7 +9,7 @@
9
:version (:read-file-form "VERSION.txt")
10
:depends-on (
11
;; Quil parsing
12
- (:version #:cl-quil "1.15.0")
+ (:version #:cl-quil "1.15.1")
13
;; Command line argument parsing
14
#:command-line-arguments
15
;; ASDF-companion utility library
0 commit comments