Skip to content

Commit

Permalink
Update dependency org.typelevel:cats-core to v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 20, 2022
1 parent 3ffe87a commit 226cf37
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 @@ -8,4 +8,4 @@ lazy val root = project
useScala3doc := true,
fork := true //this will make sure we run all our threads in a saperate JVM
)
libraryDependencies += "org.typelevel" %% "cats-core" % "2.3.1" withSources()
libraryDependencies += "org.typelevel" %% "cats-core" % "2.4.2" withSources()

0 comments on commit 226cf37

Please sign in to comment.