Skip to content

Commit 1fe1165

Browse files
sbt-paradox, testkit 0.10.5 (was 0.10.3) (#256)
1 parent 77b015a commit 1fe1165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbt._
22

33
object Library {
44
val classgraph = "io.github.classgraph" % "classgraph" % "4.8.162"
5-
val sbtParadox = "com.lightbend.paradox" % "sbt-paradox" % "0.10.3"
5+
val sbtParadox = "com.lightbend.paradox" % "sbt-paradox" % "0.10.5"
66
val scalatest = "org.scalatest" %% "scalatest" % "3.2.14"
7-
val paradoxTestkit = "com.lightbend.paradox" %% "testkit" % "0.10.3"
7+
val paradoxTestkit = "com.lightbend.paradox" %% "testkit" % "0.10.5"
88
}

0 commit comments

Comments
 (0)