Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Merge pull request #623 from jczuchnowski/fix-publishing-scaladoc-error
Browse files Browse the repository at this point in the history
Fix publishing scaladoc error
  • Loading branch information
jczuchnowski authored Apr 9, 2022
2 parents 523cebe + e80f591 commit 4f15d74
Show file tree
Hide file tree
Showing 3 changed files with 7,197 additions and 1 deletion.
7 changes: 7 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,13 @@ lazy val jdbc = project
"com.dimafeng" %% "testcontainers-scala-postgresql" % testcontainersScalaVersion % Test
)
)
.settings(
Seq(
Compile / doc / scalacOptions ++= Seq(
"-no-link-warnings" // Suppresses problems with Scaladoc links
)
)
)
.settings(testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework"))
.dependsOn(core.jvm)

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.5.6
sbt.version=1.6.2
Loading

0 comments on commit 4f15d74

Please sign in to comment.