Skip to content

Commit 0437cd7

Browse files
committed
Version bumps for IDEA and Lift.
1 parent 85e33e0 commit 0437cd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ scalacOptions ++= Seq("-unchecked", "-deprecation")
1212

1313
libraryDependencies ++= Seq(
1414
"org.apache.httpcomponents" % "httpclient" % "[4.1, 4.2)",
15-
"net.liftweb" %% "lift-json" % "2.5-RC6",
15+
"net.liftweb" %% "lift-json" % "2.5.1",
1616
"org.scalatest" %% "scalatest" % "1.9.1" % "test"
1717
)
1818

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.2")
33

4-
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.4.0")
4+
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.1")
55

0 commit comments

Comments
 (0)