Skip to content

Commit

Permalink
Update mouse to 1.3.2 (#833)
Browse files Browse the repository at this point in the history
Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com>
  • Loading branch information
typelevel-steward[bot] authored Aug 11, 2024
1 parent 55a773c commit 30ad4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ lazy val docs = project
"org.typelevel" % "kind-projector" % "0.13.3" cross CrossVersion.full
),
scalacOptions += "-Ydelambdafy:inline",
libraryDependencies += "org.typelevel" %% "mouse" % "1.3.1"
libraryDependencies += "org.typelevel" %% "mouse" % "1.3.2"
)
.dependsOn(dataset, cats, ml)

Expand Down

0 comments on commit 30ad4b4

Please sign in to comment.