We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf60452 + 2def5f4 commit 6d8cab2Copy full SHA for 6d8cab2
project/Dependencies.scala
@@ -3,11 +3,11 @@ import sbt._
3
object Library {
4
5
// Versions
6
- val bndVersion = "2.4.0"
+ val bndVersion = "4.0.0"
7
val specs2Version = "3.9.4"
8
9
// Libraries
10
- val bndLib = "biz.aQute.bnd" % "bndlib" % bndVersion
+ val bndLib = "biz.aQute.bnd" % "biz.aQute.bndlib" % bndVersion
11
val specs2 = "org.specs2" %% "specs2-core" % specs2Version
12
}
13
0 commit comments