File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ For most use cases you should add Scala2PlantUML as a global plugin since your b
3333Create ` ~/.sbt/1.0/plugins/scala2PlantUML.sbt ` containing:
3434
3535``` text
36- addSbtPlugin("nz.co.bottech" % "sbt-scala2plantuml" % "0.1.2 ")
36+ addSbtPlugin("nz.co.bottech" % "sbt-scala2plantuml" % "0.1.3 ")
3737```
3838
3939## CLI
@@ -49,7 +49,7 @@ cs install --channel https://git.io/Jqv1i scala2plantuml
4949### Usage
5050
5151``` text
52- Scala2PlantUML version 0.1.2
52+ Scala2PlantUML version 0.1.3
5353Usage: scala2plantuml [options] symbol
5454
5555Scala2PlantUML generates PlantUML Class Diagrams from Scala SemanticDB files.
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ inThisBuild(
8888 // This needs to be set otherwise the GitHub workflow plugin gets confused about which
8989 // version to use for the publish job.
9090 scalaVersion := scala212,
91- versionPolicyFirstVersion := Some (" 0.1.2 " ),
91+ versionPolicyFirstVersion := Some (" 0.1.3 " ),
9292 versionPolicyIntention := Compatibility .BinaryAndSourceCompatible ,
9393 versionScheme := Some (" early-semver" )
9494 )
You can’t perform that action at this time.
0 commit comments