Skip to content

Commit

Permalink
Removed redundant indigo dep
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Apr 9, 2024
1 parent f01dc29 commit bb02fd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ lazy val scala3Version = "3.4.1"
lazy val tyrianDocsVersion = "0.10.0"
lazy val scalaJsDocsVersion = "1.16.0"
lazy val scalaDocsVersion = "3.4.1"
lazy val indigoDocsVersion = "0.16.0"

lazy val commonSettings: Seq[sbt.Def.Setting[_]] = Seq(
version := tyrianVersion,
Expand Down Expand Up @@ -263,7 +262,6 @@ lazy val jsdocs =
"org.scala-js" %%% "scalajs-dom" % Dependencies.scalajsDomVersion,
"io.circe" %%% "circe-core" % Dependencies.circe,
"io.circe" %%% "circe-parser" % Dependencies.circe,
"io.indigoengine" %%% "indigo" % indigoDocsVersion,
"io.indigoengine" %%% "tyrian-io" % tyrianDocsVersion,
"org.http4s" %%% "http4s-dom" % Dependencies.http4sDom,
"org.http4s" %%% "http4s-circe" % Dependencies.http4sCirce,
Expand Down

0 comments on commit bb02fd3

Please sign in to comment.