From 85809e2baa7a43aee17402a770ec1836a6fd2ebb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 1 May 2022 09:47:08 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlin:kotlin-compiler-embeddable to v1.6.21 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index af84e96b..ced6f383 100644 --- a/build.sbt +++ b/build.sbt @@ -177,7 +177,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.5.21" + "org.jetbrains.kotlin" % "kotlin-compiler-embeddable" % "1.6.21" ), (Compile / resourceGenerators) += Def