Skip to content

Commit

Permalink
chore: Update fansi and add newline to avoid merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Jul 9, 2024
1 parent 87ca141 commit c005c99
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,19 @@ lazy val sharedJavaSettings = List(

val V = new {
val scalameta = "4.9.7"

val munit = "1.0.0"

val coursier = "1.0.19"

val scalacheck = "1.18.0"

val pprint = "0.9.0"
val fansi = "0.4.0"

val fansi = "0.5.0"

val fs2 = "3.10.2"

val metaconfig = "0.12.0"
}

Expand Down
3 changes: 3 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
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.16.0")

addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1")

libraryDependencies ++= List(
Expand Down

0 comments on commit c005c99

Please sign in to comment.