Skip to content

Commit

Permalink
Revert scalikejdbc version
Browse files Browse the repository at this point in the history
  • Loading branch information
fayimora committed Jan 18, 2016
1 parent 8c262fe commit 211bf78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -39,7 +39,7 @@ libraryDependencies ++= Seq(
"com.twitter.finatra" %% "finatra-slf4j" % versions.finatra,
"ch.qos.logback" % "logback-classic" % "1.1.3",
"org.postgresql" % "postgresql" % "9.4-1201-jdbc41",
"org.scalikejdbc" %% "scalikejdbc" % "2.3.3",
"org.scalikejdbc" %% "scalikejdbc" % "2.2.8",
"org.mindrot" % "jbcrypt" % "0.3m",
"com.twitter" %% "bijection-util" % "0.8.1",
// "com.github.racc" % "typesafeconfig-guice" % "0.0.2" exclude("com.google.inject", "guice"),
Expand Down

0 comments on commit 211bf78

Please sign in to comment.