From 5526b8ce98ed756f08e1037f87552b6e871104c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 11:47:52 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlin:kotlin-compiler-embeddable to v1.9.22 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d7b0ccd9..68da158b 100644 --- a/build.sbt +++ b/build.sbt @@ -257,7 +257,7 @@ lazy val cli = project "com.lihaoyi" %% "requests" % V.requests, "org.scalameta" %% "moped" % V.moped, "org.scalameta" %% "ascii-graphs" % "0.1.2", - "org.jetbrains.kotlin" % "kotlin-compiler-embeddable" % "1.8.21" + "org.jetbrains.kotlin" % "kotlin-compiler-embeddable" % "1.9.22" ), (Compile / resourceGenerators) += Def