Skip to content

Commit

Permalink
Merge pull request #42 from mkurz/fix-tester-project
Browse files Browse the repository at this point in the history
Fix sbt-uglify-tester project
  • Loading branch information
mkurz authored Jan 11, 2024
2 parents bc83632 + 08f320b commit 62b82ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion sbt-uglify-tester/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import UglifyKeys._
import WebJs._

lazy val root = (project in file(".")).enablePlugins(SbtWeb)
Expand Down
2 changes: 1 addition & 1 deletion sbt-uglify-tester/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.16
sbt.version=1.9.7
6 changes: 2 additions & 4 deletions sbt-uglify-tester/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
lazy val root = Project("plugins", file(".")).dependsOn(plugin)
lazy val plugin = RootProject(file("..").getAbsoluteFile.toURI)

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

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

0 comments on commit 62b82ac

Please sign in to comment.