Skip to content

Commit

Permalink
added finite duration instance package / updated hydra
Browse files Browse the repository at this point in the history
  • Loading branch information
kailuowang committed May 21, 2019
1 parent 69c868a commit 30f7966
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package cats.kernel
package instances

package object finiteDuration extends FiniteDurationInstances
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ resolvers += Resolver.url(
url("https://repo.triplequote.com/artifactory/sbt-plugins-release/")
)(Resolver.ivyStylePatterns)

addSbtPlugin("com.triplequote" % "sbt-hydra" % "2.1.3")
addSbtPlugin("com.triplequote" % "sbt-hydra" % "2.1.4")

0 comments on commit 30f7966

Please sign in to comment.