aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAnthony Pieter Holland <anthony.holland@gmail.com>2016-03-25 18:23:27 +0200
committerAnthony Pieter Holland <anthony.holland@gmail.com>2016-03-25 18:23:27 +0200
commit3df9e26bb9aa7b992dd704c72e34e0e28159f426 (patch)
treef12e27a5a3c47d645508a91abdb2eee3e37de9c4 /src
parent08831a9fb92242a4b1af2f5f3e12d560d36d6659 (diff)
downloadslick-codegen-example-3df9e26bb9aa7b992dd704c72e34e0e28159f426.tar.gz
slick-codegen-example-3df9e26bb9aa7b992dd704c72e34e0e28159f426.tar.bz2
slick-codegen-example-3df9e26bb9aa7b992dd704c72e34e0e28159f426.zip
Updated library version for sbt, scala, slick, sl4j, h2 and the eclipse plugin to latest stable versions as of the time of this commit. Also has to remove prefix "scala." from val profile in Example.scala
Diffstat (limited to 'src')
-rw-r--r--src/main/scala/Example.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/Example.scala b/src/main/scala/Example.scala
index b6fe0b6..1e419a0 100644
--- a/src/main/scala/Example.scala
+++ b/src/main/scala/Example.scala
@@ -1,6 +1,6 @@
object Tables extends {
// or just use object demo.Tables, which is hard-wired to the driver stated during generation
- val profile = scala.slick.driver.H2Driver
+ val profile = slick.driver.H2Driver
} with demo.Tables