Skip to content

Commit 05208e1

Browse files
committed
Merge pull request #303 from sbt/wip/remove-sbt-0.12
Removing sbt 0.12.x support
2 parents 9c7240d + 397a785 commit 05208e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sbtPlugin := true
55
sbtVersion in Global := {
66
scalaBinaryVersion.value match {
77
case "2.10" => "0.13.5"
8-
case "2.9.2" => "0.12.4"
8+
case "2.9.2" => "0.13.5"
99
}
1010
}
1111

0 commit comments

Comments
 (0)