File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ lazy val plugin = project
2727 sbtVersion in pluginCrossBuild := " 1.0.4" ,
2828 addSbtPlugin(" com.dwijnand" % " sbt-dynver" % " 4.1.1" ),
2929 addSbtPlugin(" com.typesafe.sbt" % " sbt-git" % " 1.0.0" ),
30- addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.5 " ),
30+ addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.6 " ),
3131 addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 2.1.1" )
3232 )
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ unmanagedSourceDirectories.in(Compile) +=
22 baseDirectory.in(ThisBuild ).value.getParentFile /
33 " plugin" / " src" / " main" / " scala"
44addSbtPlugin(" com.dwijnand" % " sbt-dynver" % " 4.1.1" )
5- addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.5 " )
5+ addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.6 " )
66addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 2.0.1" )
77addSbtPlugin(" com.typesafe.sbt" % " sbt-git" % " 1.0.0" )
You can’t perform that action at this time.
0 commit comments