Skip to content

Commit

Permalink
bump specs2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yoshinoya committed Mar 26, 2015
1 parent decff34 commit 917a875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object ActiveRecordBuild extends Build {
)

def specs2(scope: String, name: String = "core") = Def.setting {
val v = if (scalaBinaryVersion.value == "2.11") "3.0" else "3.0-20150306133021-ac0f819"
val v = if (scalaBinaryVersion.value == "2.11") "3.2" else "3.1.1"
"org.specs2" %% s"specs2-${name}" % v % scope
}

Expand Down

0 comments on commit 917a875

Please sign in to comment.