Discussion:
Datomic uses Google Guava 18.0; latest is 22.0
David James
2017-07-20 21:47:37 UTC
Permalink
Datomic Pro 0.9.5561.50 uses Guava 18.0. I'm about to try Google Guava 22.0
in a Scala project. I'm evicting Guava 18.0 using sbt:

"com.datomic" % "datomic-pro" % "0.9.5561.50" exclude("com.google", "guava"),


Here are the changelogs:

https://github.com/google/guava/wiki/Release22
https://github.com/google/guava/wiki/Release21
https://github.com/google/guava/wiki/Release20
https://github.com/google/guava/wiki/Release19

Any experience reports with more recent Guava versions than 18.0?
--
You received this message because you are subscribed to the Google Groups "Datomic" group.
To unsubscribe from this group and stop receiving emails from it, send an email to datomic+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...