Skip to content

Commit

Permalink
Merge pull request #57 from retronym/bump/bnd
Browse files Browse the repository at this point in the history
Bump to a more modern version of bnd
  • Loading branch information
ktoso authored Jul 18, 2018
2 parents cf60452 + 2def5f4 commit 6d8cab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import sbt._
object Library {

// Versions
val bndVersion = "2.4.0"
val bndVersion = "4.0.0"
val specs2Version = "3.9.4"

// Libraries
val bndLib = "biz.aQute.bnd" % "bndlib" % bndVersion
val bndLib = "biz.aQute.bnd" % "biz.aQute.bndlib" % bndVersion
val specs2 = "org.specs2" %% "specs2-core" % specs2Version
}

Expand Down

0 comments on commit 6d8cab2

Please sign in to comment.