Skip to content

Commit

Permalink
Merge pull request #93 from scala-steward/update/flatlaf-3.2.1
Browse files Browse the repository at this point in the history
Update flatlaf to 3.2.1
  • Loading branch information
fwbrasil authored Sep 8, 2023
2 parents 99efe35 + 9fd832b commit 0be3cc2
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 @@ -197,7 +197,7 @@ lazy val `kyo-chatgpt` =
.jvmSettings(
libraryDependencies += "org.apache.lucene" % "lucene-core" % "9.7.0",
libraryDependencies += "org.apache.lucene" % "lucene-queryparser" % "9.7.0",
libraryDependencies += "com.formdev" % "flatlaf" % "3.2",
libraryDependencies += "com.formdev" % "flatlaf" % "3.2.1",
libraryDependencies += "com.vladsch.flexmark" % "flexmark-all" % "0.64.8",
libraryDependencies += "com.vladsch.flexmark" % "flexmark-java" % "0.64.8",
libraryDependencies += "com.knuddels" % "jtokkit" % "0.6.1"
Expand Down

0 comments on commit 0be3cc2

Please sign in to comment.