File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ instructions below.
1515
1616``` shell
1717scala2plantuml \
18- --url ' https://repo1.maven.org/maven2/nz/co/bottech/scala2plantuml-example_2.13/0.2 .0/scala2plantuml-example_2.13-0.2 .0.jar' \
18+ --url ' https://repo1.maven.org/maven2/nz/co/bottech/scala2plantuml-example_2.13/0.3 .0/scala2plantuml-example_2.13-0.3 .0.jar' \
1919 --project example \
2020 " nz/co/bottech/scala2plantuml/example/Main."
2121```
@@ -71,7 +71,7 @@ For most use cases you should add Scala2PlantUML as a global plugin since your b
7171Create ` ~/.sbt/1.0/plugins/scala2PlantUML.sbt ` containing:
7272
7373``` text
74- addSbtPlugin("nz.co.bottech" % "sbt-scala2plantuml" % "0.2 .0")
74+ addSbtPlugin("nz.co.bottech" % "sbt-scala2plantuml" % "0.3 .0")
7575```
7676
7777### Generate the Diagram
@@ -106,7 +106,7 @@ scala2plantuml --help
106106```
107107
108108``` text
109- Scala2PlantUML version 0.2 .0
109+ Scala2PlantUML version 0.3 .0
110110Usage: scala2plantuml [options] symbol
111111
112112Scala2PlantUML generates PlantUML Class Diagrams from Scala SemanticDB files.
Original file line number Diff line number Diff line change @@ -84,9 +84,7 @@ inThisBuild(
8484 // This needs to be set otherwise the GitHub workflow plugin gets confused about which
8585 // version to use for the publish job.
8686 scalaVersion := scala212,
87- // TODO: Revert this after releasing 0.3.0.
88- // versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
89- versionPolicyIntention := Compatibility .None ,
87+ versionPolicyIntention := Compatibility .BinaryAndSourceCompatible ,
9088 versionScheme := Some (" early-semver" )
9189 )
9290)
You can’t perform that action at this time.
0 commit comments