Skip to content

Commit

Permalink
Merge pull request #148 from nrkno/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
hamnis authored Aug 21, 2023
2 parents ed09249 + f9ec17f commit cf47c34
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 @@ -107,7 +107,7 @@ lazy val core = crossProject(JVMPlatform)
Compile / headerSources := Nil,
Test / headerSources := Nil,
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % "2.9.0",
"org.typelevel" %% "cats-core" % "2.10.0",
"org.typelevel" %% "cats-effect" % "3.5.1",
"org.typelevel" %% "literally" % "1.1.0",
"org.scalameta" %% "munit" % "0.7.29" % Test,
Expand Down

0 comments on commit cf47c34

Please sign in to comment.