From e8ca9a9a1ea1b494aefb361e89446e7e67d7ffc7 Mon Sep 17 00:00:00 2001 From: Pavel Marek Date: Mon, 18 Dec 2023 11:44:23 +0100 Subject: [PATCH] fmt --- .../org/enso/interpreter/test/DebuggingEnsoTest.java | 1 - project/plugins.sbt | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/engine/runtime/src/test/java/org/enso/interpreter/test/DebuggingEnsoTest.java b/engine/runtime/src/test/java/org/enso/interpreter/test/DebuggingEnsoTest.java index c7a9ff8fdfc3..0db916227626 100644 --- a/engine/runtime/src/test/java/org/enso/interpreter/test/DebuggingEnsoTest.java +++ b/engine/runtime/src/test/java/org/enso/interpreter/test/DebuggingEnsoTest.java @@ -42,7 +42,6 @@ import org.junit.After; import org.junit.Assert; import org.junit.Before; -import org.junit.Ignore; import org.junit.Test; public class DebuggingEnsoTest { diff --git a/project/plugins.sbt b/project/plugins.sbt index 393ed4fdcf0b..bcc4fed8a8e0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,8 +1,8 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3") -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.6") -addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.5.0") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") -addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.3") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.6") +addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.5.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") +addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.3") libraryDependencies += "io.circe" %% "circe-yaml" % "0.14.2" libraryDependencies += "commons-io" % "commons-io" % "2.12.0"