Skip to content

Commit 354994c

Browse files
authored
Merge pull request #50 from scala-steward/update/kind-projector-0.10.0
Update kind-projector to 0.10.0
2 parents bcc01a9 + 35d1f51 commit 354994c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ lazy val unidoc = project
7676
inDependencies(AsynchronousSemaphoreJVM, transitive = true, includeRoot = true) ||
7777
inProjects(asynchronouspoolJVM, invariantJVM)
7878
},
79-
addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.10"),
79+
addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.10.0"),
8080
scalacOptions += "-Xexperimental",
8181
scalacOptions += "-Ypartial-unification"
8282
)

0 commit comments

Comments
 (0)