Skip to content

Commit 6d8cab2

Browse files
authored
Merge pull request #57 from retronym/bump/bnd
Bump to a more modern version of bnd
2 parents cf60452 + 2def5f4 commit 6d8cab2

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
@@ -3,11 +3,11 @@ import sbt._
33
object Library {
44

55
// Versions
6-
val bndVersion = "2.4.0"
6+
val bndVersion = "4.0.0"
77
val specs2Version = "3.9.4"
88

99
// Libraries
10-
val bndLib = "biz.aQute.bnd" % "bndlib" % bndVersion
10+
val bndLib = "biz.aQute.bnd" % "biz.aQute.bndlib" % bndVersion
1111
val specs2 = "org.specs2" %% "specs2-core" % specs2Version
1212
}
1313

0 commit comments

Comments
 (0)