File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ For most use cases you should add Scala2PlantUML as a global plugin since your b
3636Create ` ~/.sbt/1.0/plugins/scala2PlantUML.sbt ` containing:
3737
3838``` text
39- addSbtPlugin("nz.co.bottech" % "sbt-scala2plantuml" % "0.1.11 ")
39+ addSbtPlugin("nz.co.bottech" % "sbt-scala2plantuml" % "0.1.12 ")
4040```
4141
4242## CLI
@@ -52,7 +52,7 @@ cs install --channel https://git.io/Jqv1i scala2plantuml
5252### Usage
5353
5454``` text
55- Scala2PlantUML version 0.1.11
55+ Scala2PlantUML version 0.1.12
5656Usage: scala2plantuml [options] symbol
5757
5858Scala2PlantUML generates PlantUML Class Diagrams from Scala SemanticDB files.
Original file line number Diff line number Diff line change @@ -44,6 +44,13 @@ inThisBuild(
4444 crossScalaVersions := supportedScalaVersions,
4545 dependencyCheckAssemblyAnalyzerEnabled := Some (false ),
4646 description := " Scala2PlantUML generates PlantUML diagrams from Scala code." ,
47+ // We have to have this otherwise the release fails.
48+ developers += Developer (
49+ " steinybot" ,
50+ " Jason Pickens" ,
51+ 52+ url(" https://github.com/steinybot" )
53+ ),
4754 // TODO: Add this when sbt 1.5.0 is released.
4855 // evictionErrorLevel := Level.Error,
4956 homepage := Some (url(" https://github.com/BotTech/scala2plantuml" )),
@@ -90,7 +97,7 @@ inThisBuild(
9097 // This needs to be set otherwise the GitHub workflow plugin gets confused about which
9198 // version to use for the publish job.
9299 scalaVersion := scala212,
93- versionPolicyFirstVersion := Some (" 0.1.11 " ),
100+ versionPolicyFirstVersion := Some (" 0.1.12 " ),
94101 versionPolicyIntention := Compatibility .BinaryAndSourceCompatible ,
95102 versionScheme := Some (" early-semver" )
96103 )
You can’t perform that action at this time.
0 commit comments