We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47fc986 + 9864dd7 commit 6e3bed2Copy full SHA for 6e3bed2
build.sbt
@@ -18,7 +18,7 @@ lazy val googleMaps = "com.google.maps" % "google-maps-servic
18
lazy val squants = "org.typelevel" %% "squants" % "1.5.0"
19
lazy val cats = "org.typelevel" %% "cats-core" % "2.0.0"
20
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "2.0.0"
21
-lazy val enumeratum = "com.beachape" %% "enumeratum" % "1.5.13"
+lazy val enumeratum = "com.beachape" %% "enumeratum" % "1.5.15"
22
lazy val monix = "io.monix" %% "monix" % "3.1.0"
23
lazy val okHttpLoggingInterceptor = "com.squareup.okhttp3" % "logging-interceptor" % "4.1.1"
24
0 commit comments