Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
v0.9.1; up mellite - more audio preferences control (e.g. wire-bufs)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sciss committed Sep 5, 2014
1 parent aaed43d commit 4ea9493
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import AssemblyKeys._

name := "SysSon"

version := "0.9.1-SNAPSHOT"
version := "0.9.1"

organization := "at.iem.sysson"

Expand All @@ -26,9 +26,7 @@ resolvers += "Oracle Repository" at "http://download.oracle.com/maven"

// ---- library versions ----

lazy val melliteVersion = "0.10.0"

lazy val soundProcessesVersion = "2.6.1" // explicit, until Mellite is at 0.10.1
lazy val melliteVersion = "0.10.1"

lazy val lucreMatrixVersion = "0.3.0"

Expand All @@ -47,7 +45,6 @@ lazy val scalaTestVersion = "2.2.2"
libraryDependencies ++= Seq(
"de.sciss" %% "treetable-scala" % "1.3.7", // !!! a stale 1.3.6 causes crashs on OS X (DropLocation was final)
"de.sciss" %% "mellite" % melliteVersion, // computer music environment
"de.sciss" %% "soundprocesses" % soundProcessesVersion, // BUGFIX
"de.sciss" %% "scalacolliderswing-plotting" % scalaColliderSwingVersion, // plotting goodies
"de.sciss" %% "lucrematrix" % lucreMatrixVersion, // reactive matrix component and view
"de.sciss" %% "filecache-txn" % fileCacheVersion, // caching statistics of data files
Expand Down

0 comments on commit 4ea9493

Please sign in to comment.