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._
2
2
3
3
object Library {
4
4
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 "
6
6
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 "
8
8
}
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.10.0" )
2
2
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.6" )
3
3
addSbtPlugin(" 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