diff --git a/build.sbt b/build.sbt index ea2f519..9790d52 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ libraryDependencies ++= Seq( "com.google.apis" % "google-api-services-youtube" % "v3-rev20230822-2.0.0", "gov.sandia.foundry" % "porter-stemmer" % "1.4", "com.vladsch.flexmark" % "flexmark-all" % "0.64.8", - "org.webjars" % "font-awesome" % "5.15.4", + "org.webjars" % "font-awesome" % "6.6.0", ) Compile / doc / sources := Seq.empty