Skip to content

Commit

Permalink
Update cats-core to 2.10.0 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl authored Nov 28, 2023
1 parent c1a0edc commit 85f3d3c
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 @@ -22,7 +22,7 @@ lazy val root = (project in file(".")).settings(
resolvers += "Artima Maven Repository" at "https://repo.artima.com/releases",
libraryDependencies ++= Seq(
"technology.tabula" % "tabula" % "1.0.5",
"org.typelevel" %% "cats-core" % "2.9.0",
"org.typelevel" %% "cats-core" % "2.10.0",
"com.chuusai" %% "shapeless" % "2.3.10",
"org.apache.poi" % "poi-ooxml" % "5.2.5",
"org.scalactic" %% "scalactic" % "3.2.14",
Expand Down

0 comments on commit 85f3d3c

Please sign in to comment.