File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ Version 0.9.0 (2026-02-06)
2+ --------------------------
3+ Extract ASN fields from ISP database (#183)
4+ Add support for ASN database (#184)
5+ Add anonymousIp documentation to README (#184)
6+
17Version 0.8.2 (2025-11-03)
28--------------------------
39Fix CI (#182)
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ can also configure an LRU (Least Recently Used) cache of variable size
1919
2020## Installation
2121
22- The latest version of scala-maxmind-iplookups is ** 0.8.2 ** and is compatible with Scala 2.13.
22+ The latest version of scala-maxmind-iplookups is ** 0.9.0 ** and is compatible with Scala 2.13.
2323
2424Add this to your SBT config:
2525
2626``` scala
27- val maxmindIpLookups = " com.snowplowanalytics" %% " scala-maxmind-iplookups" % " 0.8.2 "
27+ val maxmindIpLookups = " com.snowplowanalytics" %% " scala-maxmind-iplookups" % " 0.9.0 "
2828```
2929
3030Retrieve the ` GeoLite2-City.mmdb ` file from the [ MaxMind downloads page] [ maxmind-downloads ]
You can’t perform that action at this time.
0 commit comments