File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ instructions below.
15
15
16
16
``` shell
17
17
scala2plantuml \
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' \
19
19
--project example \
20
20
" nz/co/bottech/scala2plantuml/example/Main."
21
21
```
@@ -71,7 +71,7 @@ For most use cases you should add Scala2PlantUML as a global plugin since your b
71
71
Create ` ~/.sbt/1.0/plugins/scala2PlantUML.sbt ` containing:
72
72
73
73
``` text
74
- addSbtPlugin("nz.co.bottech" % "sbt-scala2plantuml" % "0.2 .0")
74
+ addSbtPlugin("nz.co.bottech" % "sbt-scala2plantuml" % "0.3 .0")
75
75
```
76
76
77
77
### Generate the Diagram
@@ -106,7 +106,7 @@ scala2plantuml --help
106
106
```
107
107
108
108
``` text
109
- Scala2PlantUML version 0.2 .0
109
+ Scala2PlantUML version 0.3 .0
110
110
Usage: scala2plantuml [options] symbol
111
111
112
112
Scala2PlantUML generates PlantUML Class Diagrams from Scala SemanticDB files.
Original file line number Diff line number Diff line change @@ -84,9 +84,7 @@ inThisBuild(
84
84
// This needs to be set otherwise the GitHub workflow plugin gets confused about which
85
85
// version to use for the publish job.
86
86
scalaVersion := scala212,
87
- // TODO: Revert this after releasing 0.3.0.
88
- // versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
89
- versionPolicyIntention := Compatibility .None ,
87
+ versionPolicyIntention := Compatibility .BinaryAndSourceCompatible ,
90
88
versionScheme := Some (" early-semver" )
91
89
)
92
90
)
You can’t perform that action at this time.
0 commit comments