Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 0d78b9c

Browse files
authored
Merge pull request #161 from scala-steward/update/scala-typed-holes-0.1.8
Update scala-typed-holes to 0.1.8
2 parents 632726f + c164b80 commit 0d78b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def crossPlugin(x: sbt.librarymanagement.ModuleID) =
6161

6262
val compilerPlugins = List(
6363
crossPlugin("org.typelevel" % "kind-projector" % "0.11.3"),
64-
crossPlugin("com.github.cb372" % "scala-typed-holes" % "0.1.7"),
64+
crossPlugin("com.github.cb372" % "scala-typed-holes" % "0.1.8"),
6565
crossPlugin("com.kubukoz" % "better-tostring" % "0.2.6"),
6666
compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")
6767
)

0 commit comments

Comments
 (0)