Skip to content

Instantly share code, notes, and snippets.

@sidec
Created April 1, 2015 21:23
Show Gist options
  • Save sidec/aaf77f68681fa385b823 to your computer and use it in GitHub Desktop.
Save sidec/aaf77f68681fa385b823 to your computer and use it in GitHub Desktop.

Revisions

  1. sidec created this gist Apr 1, 2015.
    11 changes: 11 additions & 0 deletions build.sbt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    name := "p5inscala"

    version := "1.0"

    scalaVersion := "2.11.5"

    libraryDependencies ++= Seq(
    "org.processing" % "core" % "2.2.1",
    "org.jogamp.jogl" % "jogl-all-main" % "2.0.2",
    "org.jogamp.gluegen" % "gluegen-rt-main" % "2.0.2"
    )