Skip to content

Commit

Permalink
Bump maxmind geopip2 to 2.15.0 (close #155)
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Aug 11, 2021
1 parent 6be323b commit 6e127f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import sbt._

object Dependencies {
val maxmind = "com.maxmind.geoip2" % "geoip2" % "2.13.1"
val maxmind = "com.maxmind.geoip2" % "geoip2" % "2.15.0"
val catsEffect = "org.typelevel" %% "cats-effect" % "2.1.3"
val cats = "org.typelevel" %% "cats-core" % "2.1.1"
val lruMap = "com.snowplowanalytics" %% "scala-lru-map" % "0.4.0"
Expand Down

0 comments on commit 6e127f7

Please sign in to comment.