mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 14:33:06 +01:00
Downgrade sbt-api-mappings plugin to try and get it to work with mac osx (#486)
* Downgrade sbt-api-mappings plugin to try and get it to work with mac osx * Change version to 2.1.0
This commit is contained in:
parent
8bede3fddc
commit
5256327a56
2 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,7 @@ addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.15")
|
|||
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2")
|
||||
|
||||
// ensure proper linkage across libraries in Scaladoc
|
||||
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "2.0.0")
|
||||
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "2.1.0")
|
||||
|
||||
// bloop is a build server, enabling faster builds and more rapid dev feedback
|
||||
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.2.5")
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
package org.bitcoins.testkit.util
|
||||
|
||||
import java.math.BigInteger
|
||||
|
||||
import org.scalactic.anyvals.PosInt
|
||||
import org.scalatest.prop.PropertyChecks
|
||||
import org.scalatest.{FlatSpec, MustMatchers}
|
||||
|
|
Loading…
Add table
Reference in a new issue