Skip to content

Commit

Permalink
Upgrade to sbt 0.13.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
gshakhn committed Jan 24, 2017
1 parent 11ce7f0 commit 21f2fa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -110,7 +110,7 @@ val server = project.dependsOn(sharedJVM)
"com.lihaoyi" %% "scalatags" % scalatagsVersion,
"com.typesafe.akka" %% "akka-actor" % "2.4.4",
"org.webjars" % "bootstrap" % bootstrapVersion),
managedResources in Compile <<= (managedResources in Compile).dependsOn(fastOptJS in (client, Compile)),
managedResources in Compile := (managedResources in Compile).dependsOn(fastOptJS in(client, Compile)).value,
// add in fast opts JS
managedResources in Compile += (artifactPath in (client, Compile, fastOptJS)).value,
// add source maps - this is based on definition of artifactPath in ScalaJSPluginInternal.scala - VERY HACKY
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=0.13.11
sbt.version=0.13.13

0 comments on commit 21f2fa8

Please sign in to comment.