Skip to content

Commit d0da7e6

Browse files
Update mouse to 1.4.0
1 parent 4820e97 commit d0da7e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ lazy val docs = project
192192
"org.typelevel" % "kind-projector" % "0.13.4" cross CrossVersion.full
193193
),
194194
scalacOptions += "-Ydelambdafy:inline",
195-
libraryDependencies += "org.typelevel" %% "mouse" % "1.3.2",
195+
libraryDependencies += "org.typelevel" %% "mouse" % "1.4.0",
196196
// mdoc executes Spark code via `Compile / runMain`; on JDK 17 (the site CI job) Spark
197197
// needs the module --add-opens flags, so fork the run and pass them through. Forking
198198
// changes the working directory, so pin it to the repo root where the docs read their

0 commit comments

Comments
 (0)