Skip to content

Commit

Permalink
Merge pull request #68 from cozydev-pink/update/cats-core-2.10.0
Browse files Browse the repository at this point in the history
Update cats-core to 2.10.0
  • Loading branch information
samspills authored Aug 14, 2023
2 parents e476a61 + a6858b5 commit c85cc28
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 @@ -38,7 +38,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
name := "lucille",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-parse" % "0.3.10",
"org.typelevel" %%% "cats-core" % "2.9.0",
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.scalameta" %%% "munit" % "1.0.0-M8" % Test,
),
)
Expand Down

0 comments on commit c85cc28

Please sign in to comment.