| |
---|
| | "org.testcontainers" % "postgresql" % "1.15.3" % "test", |
---|
| | "net.i2p.crypto" % "eddsa" % "0.3.0", |
---|
| | "is.tagomor.woothee" % "woothee-java" % "1.11.0", |
---|
| | "org.ec4j.core" % "ec4j-core" % "0.3.0", |
---|
| | "org.kohsuke" % "github-api" % "1.128" % "test" |
---|
| | "org.kohsuke" % "github-api" % "1.129" % "test" |
---|
| | ) |
---|
| | |
---|
| | // Compiler settings |
---|
| | scalacOptions := Seq( |
---|
| |
---|
| | |