From 2661e24b4da31cdc4de1fb0878ca7b44fb2cd50d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 13:08:44 +0000 Subject: [PATCH] Update octicons to 3.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 52aef0d..47974cf 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ libraryDependencies ++= Seq( "com.github.nscala-time" %% "nscala-time" % "2.32.0", "io.lemonlabs" %% "scala-uri" % "4.0.3", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", - "org.webjars.bower" % "octicons" % "3.1.0", + "org.webjars.bower" % "octicons" % "3.5.0", "com.madgag.play-git-hub" %% "core" % "5.10", "com.madgag.play-git-hub" %% "testkit" % "5.10" % Test, "com.madgag.scala-git" %% "scala-git-test" % "4.6" % Test,