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 authored and dpp committed Feb 3, 2012
1 parent f2ee7a0 commit 9ff78d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins/Plugins.scala
Expand Up @@ -5,6 +5,6 @@ class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
lazy val snapshots = ScalaToolsSnapshots lazy val snapshots = ScalaToolsSnapshots


// Add plugin // 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" lazy val bnd4sbt = "com.weiglewilczek.bnd4sbt" % "bnd4sbt" % "1.0.2"
} }

0 comments on commit 9ff78d3

Please sign in to comment.