From df89e0e573ed21ad288ed9a75025e448424fde47 Mon Sep 17 00:00:00 2001 From: Kazuhiro Sera Date: Sat, 8 Nov 2014 11:37:26 +0900 Subject: [PATCH] Fix tutorial --- tutorial/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/index.html b/tutorial/index.html index 0d5259b..d5a1cd8 100644 --- a/tutorial/index.html +++ b/tutorial/index.html @@ -10,7 +10,7 @@

Run snippets on sbt console


 // basic import
-import scalikejdbc._, SQLInterpolation._
+import scalikejdbc._
 
 // load conf/application.conf
 import scalikejdbc.config._