Skip to content

Commit

Permalink
removes bintray resolver from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroli committed Mar 16, 2021
1 parent 2b8fbfb commit 14483b5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
5 changes: 2 additions & 3 deletions examples/simple-client/build.sbt
Expand Up @@ -17,10 +17,9 @@ name := "dns4s-example-simple-client"

scalaVersion := "2.12.0"

resolvers += "bintray" at "http://jcenter.bintray.com"

conflictManager := ConflictManager.latestCompatible

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % "2.4.12",
"com.github.mkroli" %% "dns4s-akka" % "latest.integration")
"com.github.mkroli" %% "dns4s-akka" % "latest.integration"
)
5 changes: 2 additions & 3 deletions examples/simple-netty-client/build.sbt
Expand Up @@ -17,7 +17,6 @@ name := "dns4s-example-simple-netty-client"

scalaVersion := "2.12.0"

resolvers += "bintray" at "http://jcenter.bintray.com"

libraryDependencies ++= Seq(
"com.github.mkroli" %% "dns4s-netty" % "latest.integration")
"com.github.mkroli" %% "dns4s-netty" % "latest.integration"
)
5 changes: 2 additions & 3 deletions examples/simple-netty/build.sbt
Expand Up @@ -17,7 +17,6 @@ name := "dns4s-example-simple-netty"

scalaVersion := "2.12.0"

resolvers += "bintray" at "http://jcenter.bintray.com"

libraryDependencies ++= Seq(
"com.github.mkroli" %% "dns4s-netty" % "latest.integration")
"com.github.mkroli" %% "dns4s-netty" % "latest.integration"
)
5 changes: 2 additions & 3 deletions examples/simple/build.sbt
Expand Up @@ -17,10 +17,9 @@ name := "dns4s-example-simple"

scalaVersion := "2.12.0"

resolvers += "bintray" at "http://jcenter.bintray.com"

conflictManager := ConflictManager.latestCompatible

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % "2.4.12",
"com.github.mkroli" %% "dns4s-akka" % "latest.integration")
"com.github.mkroli" %% "dns4s-akka" % "latest.integration"
)

0 comments on commit 14483b5

Please sign in to comment.