Skip to content

Commit

Permalink
Merge branch 'main' into update/fansi-0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Apr 17, 2024
2 parents b25eaef + fa9843b commit 59c6a30
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
Expand Up @@ -120,7 +120,7 @@ val V = new {
val scalacheck = "1.17.0"
val pprint = "0.8.1"
val fansi = "0.5.0"
val fs2 = "3.9.4"
val fs2 = "3.10.2"
val metaconfig = "0.12.0"
}

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1")
Expand Down

0 comments on commit 59c6a30

Please sign in to comment.