From aee0c5073352207a650734827a19474a904fbb68 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 8 Oct 2019 14:32:38 +0200 Subject: [PATCH] Update sbt-bloop to 1.3.4 (#228) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e1dd149..d8c797b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.3.3") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.3.4") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.4.31") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.3")