From 3efd9dd9b2b64f02379b0243372b87d8f3267b55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20Mickevi=C4=8Dius?= Date: Tue, 7 Sep 2021 17:49:08 +0300 Subject: [PATCH] Latest moped --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0488086..f87102b 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ libraryDependencies ++= Seq( "com.softwaremill.sttp.client3" %% "akka-http-backend" % "3.3.14", "com.danielasfregola" %% "twitter4s" % "7.0", "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.0", - "org.scalameta" %% "moped" % "0.1.10" + "org.scalameta" %% "moped" % "0.1.11" ) sonatypeProfileName := "lt.dvim"