relate icon indicating copy to clipboard operation
relate copied to clipboard

Import problems

Open bastaware opened this issue 5 years ago • 1 comments

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

bastaware avatar Feb 22 '20 22:02 bastaware

You can see all the published versions for Scala 2.11 here: https://repo1.maven.org/maven2/com/lucidchart/relate_2.11/

Latest is 2.3.0.

On Sat, Feb 22, 2020, 2:24 PM Christian Hessenbruch < [email protected]> wrote:

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lucidsoftware/relate/issues/69?email_source=notifications&email_token=AABV5ALPA3LN5OKVGJ4CFE3REGQ25A5CNFSM4KZVFHM2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IPQMJLA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABV5ANUOQX7PXFYWBDTRT3REGQ25ANCNFSM4KZVFHMQ .

gregghz avatar Feb 23 '20 00:02 gregghz