Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Update mouse to 1.0.7 #762

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -86,7 +86,7 @@ libraryDependencies ++= List(
"org.sonarsource.sonarqube" % "sonar-plugin-api" % sonarVersion % Provided,
"org.typelevel" %% "cats-core" % "2.6.1",
"org.typelevel" %% "cats-effect" % "2.5.1",
"org.typelevel" %% "mouse" % "1.0.2",
"org.typelevel" %% "mouse" % "1.0.7",
// TEST
"com.beachape" %% "enumeratum-scalacheck" % "1.6.1" % Test,
"com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5" % Test,
Expand Down