Skip to content

Commit

Permalink
version bump to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Nizhnik committed Jan 9, 2020
1 parent 5c66362 commit d9fe4ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Publish._, Dependencies._
import com.typesafe.sbt.SbtGit.git

val libVersion = "0.6.0.1"
val libVersion = "0.6.1"

lazy val setMinorVersion = minorVersion := {
CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package tofu.logging

trait LogsVOps[I[_], F[_]] { self: Logs[I, F] =>
final def named[name <: String with Singleton](
name: ValueOf[name]
implicit name: ValueOf[name]
): I[ServiceLogging[F, name]] =
byName(name.value).asInstanceOf[I[ServiceLogging[F, name]]]

Expand Down

0 comments on commit d9fe4ec

Please sign in to comment.