Skip to content

Commit 62b82ac

Browse files
authored
Merge pull request #42 from mkurz/fix-tester-project
Fix sbt-uglify-tester project
2 parents bc83632 + 08f320b commit 62b82ac

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

sbt-uglify-tester/build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import UglifyKeys._
21
import WebJs._
32

43
lazy val root = (project in file(".")).enablePlugins(SbtWeb)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.16
1+
sbt.version=1.9.7

sbt-uglify-tester/project/plugins.sbt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
lazy val root = Project("plugins", file(".")).dependsOn(plugin)
1+
lazy val plugin = RootProject(file("..").getAbsoluteFile.toURI)
22

3-
lazy val plugin = file("../").getCanonicalFile.toURI
3+
lazy val root = (project in file(".")).dependsOn(plugin)
44

55
resolvers ++= Seq(
66
Resolver.mavenLocal,
7-
Resolver.url("sbt snapshot plugins", url("http://repo.scala-sbt.org/scalasbt/sbt-plugin-snapshots"))(Resolver.ivyStylePatterns),
87
Resolver.sonatypeRepo("snapshots"),
9-
"Typesafe Snapshots Repository" at "http://repo.typesafe.com/typesafe/snapshots/"
108
)

0 commit comments

Comments
 (0)