From c164b80ac0299d4d189c407f3bc9822e99e7acd9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 24 Feb 2021 16:47:26 +0100 Subject: [PATCH] Update scala-typed-holes to 0.1.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b12dc228..ee7383de 100644 --- a/build.sbt +++ b/build.sbt @@ -61,7 +61,7 @@ def crossPlugin(x: sbt.librarymanagement.ModuleID) = val compilerPlugins = List( crossPlugin("org.typelevel" % "kind-projector" % "0.11.3"), - crossPlugin("com.github.cb372" % "scala-typed-holes" % "0.1.7"), + crossPlugin("com.github.cb372" % "scala-typed-holes" % "0.1.8"), crossPlugin("com.kubukoz" % "better-tostring" % "0.2.6"), compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1") )