From cef85847dfe87829efeed7ed4a48abb0eb80d660 Mon Sep 17 00:00:00 2001 From: tgodzik Date: Wed, 17 Apr 2024 21:08:24 +0200 Subject: [PATCH] chore: Update fansi and add newline to avoid merge conflicts --- build.sbt | 9 ++++++++- project/plugins.sbt | 3 +++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7d429556f..f833b023b 100644 --- a/build.sbt +++ b/build.sbt @@ -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" } diff --git a/project/plugins.sbt b/project/plugins.sbt index ea7c34e50..22628b2f1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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(