Skip to content

Commit

Permalink
Revert typesafe-config to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed May 12, 2015
1 parent 986e2e0 commit ccb8b01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ object SkinnyFrameworkBuild extends Build {
name := "skinny-common",
libraryDependencies <++= (scalaVersion) { (sv) =>
Seq(
"com.typesafe" % "config" % "1.3.0" % "compile",
// NOTE: 1.3.0 requires Java 8 or higher
"com.typesafe" % "config" % "1.2.1" % "compile",
"org.apache.lucene" % "lucene-core" % kuromojiVersion % "provided",
"org.apache.lucene" % "lucene-analyzers-common" % kuromojiVersion % "provided",
"org.apache.lucene" % "lucene-analyzers-kuromoji" % kuromojiVersion % "provided"
Expand Down

0 comments on commit ccb8b01

Please sign in to comment.