From 7d4c0e4c7c28f61704adb5d892fed5f68c9b3237 Mon Sep 17 00:00:00 2001 From: Max Gonzih Date: Tue, 4 Oct 2022 08:18:26 +0000 Subject: [PATCH] Update sbt-updates to 0.6.4 --- project/plugins.sbt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 44c48c0..65e0d17 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,7 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") -addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.3") +addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.28") -addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1") // only for scala 2 i think +addCompilerPlugin( + "com.olegpy" %% "better-monadic-for" % "0.3.1" +) // only for scala 2 i think