Skip to content

Commit

Permalink
Added dependencies for building scaladoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallisto committed Apr 22, 2024
1 parent d59bd69 commit eedc91d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ lazy val root: Project =
sonatypeCredentialHost := "s01.oss.sonatype.org",
SiteScaladoc / siteSubdirName := "api",
paradoxProperties += ("scaladoc.base_url" -> "api"),
libraryDependencies ++= Seq(
"io.github.scala-tessella" %% "ring-seq" % "0.6.2",
"io.github.iltotore" %% "iron" % "2.5.0",
"org.scala-lang.modules" %% "scala-xml" % "2.3.0",
),
git.remoteRepo := sonatypeProjectHosting.value.get.scmUrl,
ghpagesNoJekyll := true,
scalacOptions += "-deprecation"
Expand Down

0 comments on commit eedc91d

Please sign in to comment.