We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: