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 @@ -2,7 +2,7 @@ import sbt._
22
33object Library {
44 val classgraph = " io.github.classgraph" % " classgraph" % " 4.8.162"
5- val sbtParadox = " com.lightbend.paradox" % " sbt-paradox" % " 0.10.5 "
5+ val sbtParadox = " com.lightbend.paradox" % " sbt-paradox" % " 0.10.6 "
66 val scalatest = " org.scalatest" %% " scalatest" % " 3.2.14"
7- val paradoxTestkit = " com.lightbend.paradox" %% " testkit" % " 0.10.5 "
7+ val paradoxTestkit = " com.lightbend.paradox" %% " testkit" % " 0.10.6 "
88}
Original file line number Diff line number Diff line change 11addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.10.0" )
22addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.6" )
33addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.16.0" )
4- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.11 " )
4+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.12 " )
You can’t perform that action at this time.
0 commit comments