mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 01:40:55 +01:00
Update sbt-bloop to 1.5.11 (#5226)
* Update sbt-bloop to 1.5.11 * Fix sbt bloop config --------- Co-authored-by: Chris Stewart <stewart.chris1234@gmail.com>
This commit is contained in:
parent
be30da578d
commit
a513cab030
@ -33,8 +33,8 @@ buildInfoPackage := "org.bitcoins.docs"
|
||||
// Mdoc end
|
||||
///////
|
||||
|
||||
Test / bloopGenerate := None
|
||||
Compile / bloopGenerate := None
|
||||
Test / bloopGenerate := sbt.Value(None)
|
||||
Compile / bloopGenerate := sbt.Value(None)
|
||||
|
||||
//https://stackoverflow.com/questions/26940253/in-sbt-how-do-you-override-scalacoptions-for-console-in-all-configurations
|
||||
Compile / scalacOptions ~= (_.filterNot(s => s == "-Xfatal-warnings"))
|
||||
|
@ -27,7 +27,7 @@ addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
|
||||
|
||||
// bloop is a build server, enabling faster builds and more rapid dev feedback
|
||||
//https://github.com/scalacenter/bloop
|
||||
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.6")
|
||||
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.11")
|
||||
|
||||
//tool to publish snapshots to sonatype after CI builds finish
|
||||
//https://github.com/olafurpg/sbt-ci-release
|
||||
|
Loading…
Reference in New Issue
Block a user