Skip to content

Commit 08fa8ad

Browse files
author
Viktor Lövgren
committed
1 parent f7d441e commit 08fa8ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.sbt

+5
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ lazy val docs = project
105105
.enablePlugins(BuildInfoPlugin, DocusaurusPlugin, MdocPlugin, ScalaUnidocPlugin)
106106

107107
lazy val dependencySettings = Seq(
108+
// https://github.com/lightbend/mima/issues/422
109+
resolvers += Resolver.url(
110+
"typesafe sbt-plugins",
111+
url("https://dl.bintray.com/typesafe/sbt-plugins")
112+
)(Resolver.ivyStylePatterns),
108113
libraryDependencies ++= Seq(
109114
"org.apache.avro" % "avro" % avroVersion,
110115
"org.typelevel" %% "cats-free" % catsVersion,

0 commit comments

Comments
 (0)