From aaae7018157cfb43951f3d05560beadd709bb35c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 26 Feb 2021 06:20:07 +0100 Subject: [PATCH] Update sbt-bloop to 1.4.8 (#229) Co-authored-by: przemyslaw wierzbicki --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7c950acf..e7df9923 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.7") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.8") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.17") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.16")