Skip to content

Commit

Permalink
Update tyrian-io to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grokking-steward[bot] committed Mar 7, 2025
1 parent 0b55d08 commit 15eefae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object Dependencies {
val scribe = Def.setting("com.outr" %%% "scribe" % scribeVersion)
val scribeCats = Def.setting("com.outr" %%% "scribe-cats" % scribeVersion)

val tyrian = Def.setting("io.indigoengine" %%% "tyrian-io" % "0.12.0")
val tyrian = Def.setting("io.indigoengine" %%% "tyrian-io" % "0.13.0")

val munit = Def.setting("org.scalameta" %%% "munit" % "1.1.0" % Test)
val munitCatsEffect = Def.setting("org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test)
Expand Down

0 comments on commit 15eefae

Please sign in to comment.