Skip to content
This repository has been archived by the owner on Jul 22, 2018. It is now read-only.

Use right version of scalajpa #2

Merged
merged 1 commit into from May 24, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -32,7 +32,7 @@ libraryDependencies <++= scalaVersion { sv =>
"javax.persistence" % "persistence-api" % "1.0" % "provided" ::
"javax.transaction" % "transaction-api" % "1.1" % "provided" ::
"org.hibernate" % "hibernate-entitymanager" % "3.4.0.GA" ::
"org.scala-libs" % "scalajpa_2.9.1" % "1.4" ::
"org.scala-libs" %% "scalajpa" % "1.5" ::
Nil
}

Expand Down