Skip to content

Commit

Permalink
Update kotlin-compiler-embeddable, ... to 1.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 23, 2023
1 parent ef2c0e6 commit e7580fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ lazy val `baker-interface-kotlin`: Project = project.in(file("core/baker-interfa
.settings(Publish.settings)
.settings(
moduleName := "baker-interface-kotlin",
kotlinVersion := "1.7.22",
kotlinVersion := "1.9.21",
kotlincJvmTarget := "1.8",
kotlinLib("stdlib-jdk8"),
kotlinLib("reflect"),
Expand Down Expand Up @@ -315,7 +315,7 @@ lazy val `baker-recipe-dsl-kotlin`: Project = project.in(file("core/recipe-dsl-k
.settings(Publish.settings)
.settings(
moduleName := "baker-recipe-dsl-kotlin",
kotlinVersion := "1.7.22",
kotlinVersion := "1.9.21",
kotlincJvmTarget := "1.8",
kotlinLib("stdlib-jdk8"),
kotlinLib("reflect"),
Expand All @@ -340,7 +340,7 @@ lazy val `baker-recipe-compiler`: Project = project.in(file("core/recipe-compile
.settings(Publish.settings)
.settings(
moduleName := "baker-compiler",
kotlinVersion := "1.7.22",
kotlinVersion := "1.9.21",
kotlincJvmTarget := "1.8",
libraryDependencies ++=
testDeps(scalaTest, scalaCheck, junitJupiter)
Expand Down

0 comments on commit e7580fc

Please sign in to comment.