From cacb57a146b83b2a30aa6d1e779ad24edc878b07 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Oct 2023 12:53:49 +0000 Subject: [PATCH] Update kotlin-compiler-embeddable, ... to 1.8.22 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ca4b4f6..b1738c6 100644 --- a/build.sbt +++ b/build.sbt @@ -74,6 +74,6 @@ lazy val `sbt-dependency-analyzer` = (project in file(".")) "org.jooq" % "joor" % joorVersion, "org.scalatest" %% "scalatest" % scalatestVersion % Test ), - kotlinVersion := "1.8.10", + kotlinVersion := "1.8.22", Compile / unmanagedSourceDirectories += baseDirectory.value / "src" / "main" / "kotlin" )