I created a new Play 2.5.3 project and I'm getting this error.
I read in another answer the driver was out of date, so I added what I believe to be the latest driver like this:
I added the postgress driver dependency like this:
libraryDependencies ++= Seq(
javaJdbc,
cache,
javaWs,
"postgresql" % "postgresql" % "9.1-901-1.jdbc4"
)
But still getting the error. Any idea how to fix this?
"org.postgresql" % "postgresql" % "9.4.1208".