In documentation it says
Include Relate in Your Project:
// build.sbt
libraryDependencies += "com.lucidchart" %% "relate" % "2.1.1"
resolvers += "Sonatype release repository" at "https://oss.sonatype.org/content/repositories/releases/"
I can only get it to work with:
"com.lucidchart" % "relate_2.11" % "1.6.1"
N.B. In "getting started" another version is referenced (2.0.1)
http://lucidsoftware.github.io/relate/docs/getting-started.html
In documentation it says
Include Relate in Your Project:
// build.sbt
libraryDependencies += "com.lucidchart" %% "relate" % "2.1.1"
resolvers += "Sonatype release repository" at "https://oss.sonatype.org/content/repositories/releases/"
I can only get it to work with:
"com.lucidchart" % "relate_2.11" % "1.6.1"
N.B. In "getting started" another version is referenced (2.0.1)
http://lucidsoftware.github.io/relate/docs/getting-started.html