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 e13d2ab + 8ab86e8 commit 2200ecbCopy full SHA for 2200ecb
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.typelevel" %% "kind-projector" % "0.10.0"),
+ addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.10.3"),
80
scalacOptions += "-Xexperimental",
81
scalacOptions += "-Ypartial-unification"
82
)
0 commit comments