Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry committed Nov 28, 2014
2 parents 909f58c + 1ebe223 commit 137d0f3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: scala

scala:
- 2.10.4
- 2.11.2

jdk:
- oraclejdk7
- openjdk7
2 changes: 2 additions & 0 deletions build.sbt
@@ -1,3 +1,5 @@
resolvers in ThisBuild += "Typesafe repository releases" at "http://repo.typesafe.com/typesafe/releases/"

libraryDependencies += "org.scala-stm" %% "scala-stm" % "0.7"

libraryDependencies += "com.qifun" %% "json-stream" % "0.2.1" % "provided"
Expand Down
1 change: 1 addition & 0 deletions project/plugins.sbt
@@ -0,0 +1 @@
addSbtPlugin("com.qifun" % "sbt-haxe" % "1.2.0")

0 comments on commit 137d0f3

Please sign in to comment.