aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristopher Vogt <christopher.vogt@epfl.ch>2014-02-14 16:11:32 +0100
committerChristopher Vogt <christopher.vogt@epfl.ch>2014-02-14 16:11:32 +0100
commit34977aaeb2b4fc63137f2ed15f9d63c68f8db928 (patch)
treef79d1da3ee3ccce66e82e76d65ff016f46541c70 /src
parent221a73d718d9a02bd7ece0b9d814db71bfe2f946 (diff)
downloadslick-codegen-example-34977aaeb2b4fc63137f2ed15f9d63c68f8db928.tar.gz
slick-codegen-example-34977aaeb2b4fc63137f2ed15f9d63c68f8db928.tar.bz2
slick-codegen-example-34977aaeb2b4fc63137f2ed15f9d63c68f8db928.zip
Update build for 2.0.1-RC12.0.1-RC1
Diffstat (limited to 'src')
-rw-r--r--src/main/scala/Example.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/scala/Example.scala b/src/main/scala/Example.scala
index 85a6ed3..ffa964b 100644
--- a/src/main/scala/Example.scala
+++ b/src/main/scala/Example.scala
@@ -1,6 +1,6 @@
-object Tables extends demo.Tables{ // or just use object demo.Tables, which is hard-wired to the driver stated during generation
+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
-}
+} with demo.Tables
import Tables._
import Tables.profile.simple._