Skip to content

Commit

Permalink
remove typesafe resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Nov 2, 2023
1 parent 1cdf3af commit f2424b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import scala.collection.JavaConverters._
import java.lang.management.ManagementFactory

resolvers += Resolver.url("typesafe", url("https://repo.typesafe.com/typesafe/ivy-releases/"))(Resolver.ivyStylePatterns)

scriptedBufferLog := false

scriptedLaunchOpts ++= ManagementFactory.getRuntimeMXBean.getInputArguments.asScala.toList.filter(
Expand Down

0 comments on commit f2424b7

Please sign in to comment.