Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlin:kotlin-compiler-embeddable to …
Browse files Browse the repository at this point in the history
…v1.9.10
  • Loading branch information
renovate[bot] authored Sep 1, 2023
1 parent 12bda37 commit 94f013a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.10"
),
(Compile / resourceGenerators) +=
Def
Expand Down

0 comments on commit 94f013a

Please sign in to comment.