diff --git a/project/build.scala b/project/build.scala index 526f8cf..2a996a7 100644 --- a/project/build.scala +++ b/project/build.scala @@ -65,7 +65,7 @@ "com.mchange" % "c3p0" % "0.9.5", "com.typesafe" % "config" % "1.2.1", "com.typesafe.akka" %% "akka-actor" % "2.3.10", - "com.enragedginger" %% "akka-quartz-scheduler" % "1.3.0-akka-2.3.x" + "com.enragedginger" %% "akka-quartz-scheduler" % "1.3.0-akka-2.3.x" exclude("c3p0","c3p0") ), play.twirl.sbt.Import.TwirlKeys.templateImports += "gitbucket.core._", EclipseKeys.withSource := true,