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.
1 parent 4820e97 commit d0da7e6Copy full SHA for d0da7e6
1 file changed
build.sbt
@@ -192,7 +192,7 @@ lazy val docs = project
192
"org.typelevel" % "kind-projector" % "0.13.4" cross CrossVersion.full
193
),
194
scalacOptions += "-Ydelambdafy:inline",
195
- libraryDependencies += "org.typelevel" %% "mouse" % "1.3.2",
+ libraryDependencies += "org.typelevel" %% "mouse" % "1.4.0",
196
// mdoc executes Spark code via `Compile / runMain`; on JDK 17 (the site CI job) Spark
197
// needs the module --add-opens flags, so fork the run and pass them through. Forking
198
// changes the working directory, so pin it to the repo root where the docs read their
0 commit comments