Skip to content

Commit

Permalink
Rename Stdio to Io
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Oct 27, 2023
1 parent 517f3ff commit 19e650d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/eucalyptus.scala
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ trait LogTag[-TagType]:
def tag(value: TagType): Text

package logging:
given stdout(using Stdio, Raises[StreamCutError], CharEncoder, Monitor): Log =
given stdout(using Io, Raises[StreamCutError], CharEncoder, Monitor): Log =
val sink = Out.sink

Log:
Expand Down

0 comments on commit 19e650d

Please sign in to comment.