Skip to content

Commit 88fc13a

Browse files
authored
Merge pull request #513 from scala-steward/update/cats-tagless-core-0.16.3
Update cats-tagless-core to 0.16.3
2 parents f99635e + 4702a8b commit 88fc13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ lazy val lsp = module("lsp")
208208
"org.http4s" %% "http4s-ember-server" % "0.23.30" % Test,
209209
("io.get-coursier" % "coursier_2.13" % "2.1.24")
210210
.exclude("org.scala-lang.modules", "scala-collection-compat_2.13"),
211-
"org.typelevel" %% "cats-tagless-core" % "0.16.2",
211+
"org.typelevel" %% "cats-tagless-core" % "0.16.3",
212212
).pipe(jsoniterFix),
213213
buildInfoPackage := "playground.lsp.buildinfo",
214214
buildInfoKeys ++= Seq(version, scalaBinaryVersion),

0 commit comments

Comments
 (0)