Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit f6c345d

Browse files
authored
Merge pull request #398 from softwaremill/update/cats-core-2.8.0
Update cats-core to 2.8.0
2 parents 92385ca + 0d96236 commit f6c345d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ lazy val cats = (projectMatrix in file("cats"))
210210
.settings(
211211
name := "diffx-cats",
212212
libraryDependencies ++= Seq(
213-
"org.typelevel" %%% "cats-core" % "2.7.0",
213+
"org.typelevel" %%% "cats-core" % "2.8.0",
214214
"org.scalatest" %%% "scalatest-freespec" % scalatestVersion % Test,
215215
"org.scalatest" %%% "scalatest-shouldmatchers" % scalatestVersion % Test
216216
)
@@ -248,7 +248,7 @@ lazy val docs = (projectMatrix in file("generated-docs")) // important: it must
248248
publishArtifact := false,
249249
name := "docs",
250250
libraryDependencies ++= Seq(
251-
"org.typelevel" %% "cats-core" % "2.7.0",
251+
"org.typelevel" %% "cats-core" % "2.8.0",
252252
"org.scalatest" %% "scalatest-shouldmatchers" % scalatestVersion
253253
),
254254
mdocIn := file("docs-sources"),

0 commit comments

Comments
 (0)