From ed1f0ec7ee8e3a2d6db3116b2ebff0994b774014 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 27 Oct 2019 18:36:53 +0100 Subject: [PATCH] Update sbt-bloop to 1.3.5 (#247) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d8c797b..ba3576b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.3.4") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.3.5") 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")