Skip to content

Commit f77d0c1

Browse files
committed
Upgrade SBT to 0.13.6
1 parent 172df95 commit f77d0c1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ object ScalajsReact extends Build {
2323
licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")),
2424
scalaVersion := Scala211,
2525
crossScalaVersions := Seq("2.10.4", Scala211),
26-
scalacOptions ++= Seq("-deprecation", "-unchecked", "-language:_"))
26+
scalacOptions ++= Seq("-deprecation", "-unchecked", "-language:_"),
27+
updateOptions := updateOptions.value.withConsolidatedResolution(true))
2728

2829
def preventPublication: PE =
2930
_.settings(

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sbt.version=0.13.5
1+
sbt.version=0.13.6
22

0 commit comments

Comments
 (0)