Skip to content

Commit

Permalink
build: Update kotlin-compiler-embeddable, ... from 1.6.21 to 1.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
j5ik2o-bot[bot] committed Dec 29, 2023
1 parent c74e2a9 commit 69faa52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import scalafix.sbt.ScalafixPlugin.autoImport.{ scalafixScalaBinaryVersion, scal
object Settings {

val kotlinSettings: Seq[Def.Setting[_]] = Seq(
kotlinVersion := "1.6.21",
kotlinVersion := "1.9.22",
kotlincOptions ++= Seq("-jvm-target", "17"),
kotlinLib("stdlib-jdk8"),
kotlinLib("reflect"),
Expand Down

0 comments on commit 69faa52

Please sign in to comment.