Skip to content

Commit

Permalink
Update sbt-tpolecat to 0.1.17 (#18)
Browse files Browse the repository at this point in the history
* Update sbt-tpolecat to 0.1.17

* Exhausive match

Co-authored-by: Michel Davit <michel.davit@gmail.com>
  • Loading branch information
scala-steward and RustedBones committed Apr 6, 2021
1 parent 262da1f commit ca09f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project/sbt-tpolecat.sbt
@@ -1 +1 @@
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.16")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.17")
1 change: 1 addition & 0 deletions src/main/scala/fr/davit/scout/Zeroconf.scala
Expand Up @@ -236,6 +236,7 @@ object Zeroconf {
.map {
case ipv4: Inet4Address => DnsARecordData(ipv4)
case ipv6: Inet6Address => DnsAAAARecordData(ipv6)
case addr: InetAddress => throw new Exception(s"Unsupported InetAddress $addr")
}
.map { data =>
DnsResourceRecord(
Expand Down

0 comments on commit ca09f57

Please sign in to comment.