Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add asciidoctor-diagram support #129

Merged
merged 3 commits into from
May 18, 2018
Merged

Conversation

oalyman
Copy link
Contributor

@oalyman oalyman commented May 4, 2018

Copy link
Member

@jonas jonas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot. This looks very nice.

@@ -6,7 +6,7 @@ name := "sbt-site"

organization := "com.typesafe.sbt"

version := "1.3.2"
version := "1.3.3-SNAPSHOT"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

build.sbt Outdated
@@ -28,7 +28,8 @@ libraryDependencies ++= Seq(
"org.foundweekends" %% "pamflet-library" % "0.7.1",
"org.yaml" % "snakeyaml" % "1.13",
"com.typesafe" % "config" % "1.2.1", // Last version to support Java 1.6
"org.asciidoctor" % "asciidoctorj" % "1.5.4"
"org.asciidoctor" % "asciidoctorj" % "1.5.4",
"org.asciidoctor" % "asciidoctorj-diagram" % "1.5.4.1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this using a different version?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The different version wasn't intentional.

Should I downgrade the asciidoctorj-diagram dependency to 1.5.4, or upgrade the asciidoctorj dependecy to 1.5.4.1?

1.5.4.1 is a bugfix release https://github.com/asciidoctor/asciidoctorj/releases/tag/v1.5.4.1

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it is a bugfix release then I suggest we go ahead and upgrade.

@jonas
Copy link
Member

jonas commented May 7, 2018

Fixes #76 it seems

@jonas jonas merged commit 8398c13 into sbt:develop May 18, 2018
@jonas
Copy link
Member

jonas commented May 18, 2018

Thanks again.

@smrutimo
Copy link

@oalyman Any idea when this version 1.3.3 gets released ?

@oalyman
Copy link
Contributor Author

oalyman commented Sep 12, 2018

@smrutimo no, maybe @jonas knows.

@ennru ennru added this to the 1.3.3 milestone May 21, 2019
@oalyman oalyman deleted the add_asciidoctor-diagram branch March 29, 2023 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants