Skip to content

Commit ef9e4e3

Browse files
committed
Reverted sbt-doc version
1 parent d38e80b commit ef9e4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ addDependencyTreePlugin
2121
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
2222

2323
resolvers += "jitpack" at "https://jitpack.io"
24-
libraryDependencies += "com.github.tmtsoftware" % "sbt-docs" % "37beffe"
24+
libraryDependencies += "com.github.tmtsoftware" % "sbt-docs" % "a3206b6"
2525

2626
classpathTypes += "maven-plugin"
2727

0 commit comments

Comments
 (0)