Skip to content

Commit

Permalink
Updated version of sbt-doc, updated migration-guides.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abrighton committed Aug 16, 2023
1 parent e644da0 commit 636053b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@ lazy val docs = project
"services/aas/core-concepts-and-terms.html",
"migration_guide/migration_guide_1.0.0_to_2.0.0/prefix.html",
"migration_guide/migration_guide_1.0.0_to_2.0.0/commandService.html",
"migration_guide/migration_guide_5.0.0_to_6.0.0/migration-guide-5.0.0-to-6.0.0.html",
"services/aas/csw-aas-http.html",
"services/aas/csw-aas-installed.html",
"technical/aas/csw-aas-http.html",
Expand Down
1 change: 1 addition & 0 deletions docs/src/main/migration_guide/migration-guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ project.description: Csw version migration guides.
* [migration-guide-2.0-3.0](migration_guide_2.0_to_3.0/migration-guide-2.0-to-3.0.md)
* [migration-guide-3.0.0-4.0.0](migration_guide_3.0.0_to_4.0.0/migration-guide-3.0.0-to-4.0.0.md)
* [migration-guide-4.0.0-5.0.0](migration_guide_4.0.0_to_5.0.0/migration-guide-4.0.0-to-5.0.0.md)
* [migration-guide-5.0.0-6.0.0](migration_guide_5.0.0_to_6.0.0/migration-guide-5.0.0-to-6.0.0.md)

@@@
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ addDependencyTreePlugin
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always

resolvers += "jitpack" at "https://jitpack.io"
libraryDependencies += "com.github.tmtsoftware" % "sbt-docs" % "8d39500"
libraryDependencies += "com.github.tmtsoftware" % "sbt-docs" % "e5686e4"

classpathTypes += "maven-plugin"

Expand Down

0 comments on commit 636053b

Please sign in to comment.