Skip to content

Commit 8f1d0ee

Browse files
committed
SBT 0.13.7
1 parent 8f3c7ab commit 8f1d0ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ object ScalajsReact extends Build {
2626
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature",
2727
"-language:postfixOps", "-language:implicitConversions",
2828
"-language:higherKinds", "-language:existentials"),
29-
updateOptions := updateOptions.value.withConsolidatedResolution(true))
29+
updateOptions := updateOptions.value.withCachedResolution(true))
3030

3131
def preventPublication: PE =
3232
_.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.6
1+
sbt.version=0.13.7
22

0 commit comments

Comments
 (0)