We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19e1680 + c547885 commit 77468e6Copy full SHA for 77468e6
build.sbt
@@ -76,7 +76,7 @@ lazy val unidoc = project
76
inDependencies(AsynchronousSemaphoreJVM, transitive = true, includeRoot = true) ||
77
inProjects(asynchronouspoolJVM, invariantJVM)
78
},
79
- addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.9"),
+ addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.10"),
80
scalacOptions += "-Xexperimental",
81
scalacOptions += "-Ypartial-unification"
82
)
0 commit comments