SBT unresolved dependencies - org.jooq#jooq-scala;3.10.6: not found

20 views
Skip to first unread message

juraj....@gmail.com

unread,
Apr 13, 2018, 2:35:44 PM4/13/18
to jOOQ User Group
Hello,

I'm trying to upgrade jOOQ lib in my SBT project but none of the versions 3.10 is available.
This is my buil.sbt:

    "org.jooq" % "jooq" % "3.10.6",
    "org.jooq" % "jooq-meta" % "3.10.6",
    "org.jooq" % "jooq-codegen" % "3.10.6",
    "org.jooq" % "jooq-scala" % "3.10.6"

However upgrade to version 3.9.6 works.

The files seems to be missing:

Lukas Eder

unread,
Apr 16, 2018, 3:19:28 AM4/16/18
to jooq...@googlegroups.com
Hi Juraj,

THanks for your message. I'm not sure what exactly you're missing here. There is no artifact called jooq_2.11 (as per your linked URLs). These are the available artifacts:

Maybe a typo somewhere?

Cheers,
Lukas

--
You received this message because you are subscribed to the Google Groups "jOOQ User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jooq-user+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

juraj....@gmail.com

unread,
Apr 17, 2018, 2:44:36 AM4/17/18
to jOOQ User Group
Well all I did was changing the version number like many times before.

But now I fixed it by adding one more "%" into last line: `"org.jooq" %% "jooq-scala" % "3.10.6"`
So looks like it was typo due to the fact that there is a 2.12 scala now.

Thank you for your time and have a nice day :)

Lukas Eder

unread,
Apr 17, 2018, 3:05:48 AM4/17/18
to jooq...@googlegroups.com
Wow, that looks cryptic ;-)

Well, thanks for documenting this here on the group. Hope this helps someone else, too!

Cheers,
Lukas

--
Reply all
Reply to author
Forward
0 new messages