Skip to content

Commit

Permalink
Update to use 2.5-SNAPSHOT of lift-sbt plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajitr committed Feb 2, 2012
1 parent c7c0db2 commit d70e0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins/Plugins.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
lazy val snapshots = ScalaToolsSnapshots

// Add plugin
lazy val liftsbt = "net.liftweb" % "lift-sbt" % "2.4-SNAPSHOT"
lazy val liftsbt = "net.liftweb" % "lift-sbt" % "2.5-SNAPSHOT"
lazy val bnd4sbt = "com.weiglewilczek.bnd4sbt" % "bnd4sbt" % "1.0.2"
}

0 comments on commit d70e0cf

Please sign in to comment.