From 25cc95ff30e6134509e4d3cb80690191cf1b5453 Mon Sep 17 00:00:00 2001 From: Ming Date: Sat, 23 Apr 2016 21:16:55 -0400 Subject: [PATCH] Updating the sample code to use the latest 1.8.11 version of Jinq. --- sample-scala/build.sbt | 2 +- sample/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sample-scala/build.sbt b/sample-scala/build.sbt index 09b3c66b..eac56c42 100644 --- a/sample-scala/build.sbt +++ b/sample-scala/build.sbt @@ -2,7 +2,7 @@ name := "sample-scala" libraryDependencies ++= Seq( - "org.jinq" % "jinq-jpa-scala" % "1.8.10", + "org.jinq" % "jinq-jpa-scala" % "1.8.11", "org.apache.derby" % "derby" % "10.10.1.1", "org.eclipse.persistence" % "eclipselink" % "2.5.1" // "org.hibernate" % "hibernate-entitymanager" % "4.3.5.Final" diff --git a/sample/pom.xml b/sample/pom.xml index 28f6ab14..ec4fd2a4 100644 --- a/sample/pom.xml +++ b/sample/pom.xml @@ -48,7 +48,7 @@ org.jinq jinq-jpa - 1.8.10 + 1.8.11 org.apache.derby