Skip to content

Commit

Permalink
spde 0.2.3, processing 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Feb 1, 2010
1 parent 5bf70d8 commit 9d7d4a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin/src/main/scala/OpenGLProject.scala
Expand Up @@ -6,7 +6,7 @@ import sbt._
class DefaultOpenGLProject(info: ProjectInfo) extends DefaultProject(info) with OpenGLProject

trait OpenGLProject extends SpdeProject with PackagePaths with JoglProject {
val opengl = "us.technically.spde" % "processing-opengl" % spdeVersion.value
val opengl = "org.processing" % "opengl" % processingVersion.value
override def fork = Some(new ProjectDirectoryRun {
override def runJVMOptions = "-Djava.library.path=./lib_managed/compile/" :: Nil
} )
Expand Down
3 changes: 2 additions & 1 deletion plugin/src/main/scala/SpdeProject.scala
Expand Up @@ -8,7 +8,8 @@ class DefaultSpdeProject(info: ProjectInfo) extends DefaultProject(info) with Sp

trait SpdeProject extends BasicScalaProject {
val databinder_repo = "Databinder Repository" at "http://databinder.net/repo"
val spdeVersion = propertyOptional[String]("1.0.3__0.2.2")
val spdeVersion = propertyOptional[String]("0.2.3")
val processingVersion = propertyOptional[String]("1.0.9")
val spde = "us.technically.spde" %% "spde-core" % spdeVersion.value

val spdeSourcePath = path(".")
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Expand Up @@ -3,6 +3,6 @@
project.organization=us.technically.spde
project.name=Spde sbt
sbt.version=0.5.7-p1
project.version=0.2.2
project.version=0.2.3
scala.version=2.7.6
project.initialize=false

0 comments on commit 9d7d4a3

Please sign in to comment.