From 78088f36f33995668be740afd5062ce10dfd45c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:41:57 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlin:kotlin-compiler-embeddable to v1.9.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2d5d4952..ad7474df 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.20" ), (Compile / resourceGenerators) += Def