From 89487a19de0973788eb4a4814101303c71d46a55 Mon Sep 17 00:00:00 2001 From: Casey Bowman Date: Sun, 18 Oct 2015 22:05:04 -0700 Subject: [PATCH] Updated the dependencies; fixed conflict with overtone.live/fill --- project.clj | 9 +++++---- src/goldberg/variations/canone_alla_quarta.clj | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/project.clj b/project.clj index cb9fa2f..261509d 100644 --- a/project.clj +++ b/project.clj @@ -1,7 +1,8 @@ (defproject goldberg "0.1.0-SNAPSHOT" :description "The Goldberg Variations in Overtone." :dependencies [ - [org.clojure/clojure "1.4.0"] - [overtone "0.8.1"] - [quil "1.6.0"] - [leipzig "0.7.0"]]) + [org.clojure/clojure "1.7.0"] + [overtone "0.9.1"] + [quil "2.2.6"] + [leipzig "0.9.0"]]) + diff --git a/src/goldberg/variations/canone_alla_quarta.clj b/src/goldberg/variations/canone_alla_quarta.clj index 5014f56..e088c15 100644 --- a/src/goldberg/variations/canone_alla_quarta.clj +++ b/src/goldberg/variations/canone_alla_quarta.clj @@ -9,7 +9,7 @@ (ns goldberg.variations.canone-alla-quarta (:use [overtone.live :exclude - [scale pitch midi->hz note sharp flat run]] + [scale pitch midi->hz note sharp flat run fill]] [quil.core :only [smooth sketch ellipse frame-rate background width height stroke stroke-weight fill]]))