From e2d53827872ada0c1c729dabe3b21fab64817bc6 Mon Sep 17 00:00:00 2001 From: KOUNOIKE Yuusuke Date: Sun, 22 Apr 2018 12:42:50 +0900 Subject: [PATCH] scalafmtSbt applied --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 26b441454..a2c60125b 100644 --- a/build.sbt +++ b/build.sbt @@ -69,7 +69,7 @@ libraryDependencies ++= Seq( "ru.yandex.qatools.embed" % "postgresql-embedded" % "2.6" % "test", "net.i2p.crypto" % "eddsa" % "0.2.0", "is.tagomor.woothee" % "woothee-java" % "1.7.0", - "org.ec4j.core" % "ec4j-core" % "0.0.1" + "org.ec4j.core" % "ec4j-core" % "0.0.1" ) // Compiler settings