From 40978c5738030ac12e64f2d1acc213be72ba12bd Mon Sep 17 00:00:00 2001 From: Anton Parkhomenko Date: Wed, 16 Sep 2020 01:14:16 +0300 Subject: [PATCH] Common: bump scala-weather to 1.0.0 (close #347) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 2911b660b..64557ea40 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -48,7 +48,7 @@ object Dependencies { val circeOptics = "0.13.0" val circeJackson = "0.13.0" val scalaForex = "0.7.0" - val scalaWeather = "0.5.0" + val scalaWeather = "1.0.0" val gatlingJsonpath = "0.6.14" val scalaUri = "1.4.5" val badRows = "2.1.0"