From e2f695777da45aa66dc01cb5eec5c8c77e40e6f5 Mon Sep 17 00:00:00 2001 From: Aruneko Date: Fri, 21 Jul 2017 22:36:03 +0900 Subject: [PATCH] support ed25519 key --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 423148e15..7bd016ef9 100644 --- a/build.sbt +++ b/build.sbt @@ -57,7 +57,8 @@ libraryDependencies ++= Seq( "org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test", "org.mockito" % "mockito-core" % "2.7.22" % "test", "com.wix" % "wix-embedded-mysql" % "2.1.4" % "test", - "ru.yandex.qatools.embed" % "postgresql-embedded" % "2.0" % "test" + "ru.yandex.qatools.embed" % "postgresql-embedded" % "2.0" % "test", + "net.i2p.crypto" % "eddsa" % "0.1.0" ) // Compiler settings