Skip to content

Commit

Permalink
Removing commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Apr 25, 2019
1 parent 9a21328 commit cdbcda8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ lazy val commonSettings = Seq(
resolvers += "Apache public" at "https://repository.apache.org/content/groups/public/",
scalacOptions := commonScalacOptions,
scalafmtOnCompile := true,
/*coverageExcludedPackages := "com\\.github\\.gvolpe\\.fs2rabbit\\.examples.*;com\\.github\\.gvolpe\\.fs2rabbit\\.typeclasses.*;com\\.github\\.gvolpe\\.fs2rabbit\\.instances.*;.*QueueName*;.*RoutingKey*;.*ExchangeName*;.*DeliveryTag*;.*AmqpClientStream*;.*ConnectionStream*;", */
publishTo := {
val sonatype = "https://oss.sonatype.org/"
if (isSnapshot.value)
Expand Down

0 comments on commit cdbcda8

Please sign in to comment.