Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Nov 27, 2015
1 parent 567f773 commit 0715060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "orientdb-tp3-test"
organization := "com.michaelpollmeier"
version := "1.0.0-SNAPSHOT"
scalaVersion := "2.11.7"
val orientDBVersion = "2.1.4"
val orientDBVersion = "2.1.6"

fork := true // if OrientDb version > 2.1-RC5

Expand All @@ -17,7 +17,7 @@ libraryDependencies ++= Seq(
"com.orientechnologies" % "orientdb-graphdb" % orientDBVersion,
"com.orientechnologies" % "orientdb-client" % orientDBVersion,
"com.michaelpollmeier" %% "gremlin-scala" % "3.0.2-incubating.1",
"com.michaelpollmeier" % "orientdb-gremlin" % "[3.0,)"
"com.michaelpollmeier" % "orientdb-gremlin" % "3.0.2.incubating.1-SNAPSHOT"
)

testOptions in Test += Tests.Argument(TestFrameworks.ScalaTest, "-oD")

0 comments on commit 0715060

Please sign in to comment.