From e3dfc3eb51fbba32f929b3b3e92fddf18ec57fbe Mon Sep 17 00:00:00 2001 From: Anton Parkhomenko Date: Wed, 16 Sep 2020 01:17:09 +0300 Subject: [PATCH] Common: bump scala-forex to 1.0.0 (close #349) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 2e7983739..a45685850 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -47,7 +47,7 @@ object Dependencies { val circe = "0.13.0" val circeOptics = "0.13.0" val circeJackson = "0.13.0" - val scalaForex = "0.7.0" + val scalaForex = "1.0.0" val scalaWeather = "1.0.0" val gatlingJsonpath = "0.6.14" val scalaUri = "1.4.5"