From 688a1f8b92d6ce5282aedbd26476bac096069df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Costa?= Date: Mon, 19 Feb 2024 13:51:27 +0000 Subject: [PATCH] Run scalafmt --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 673861c8..12c118d5 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ ThisBuild / organization := "com.velocidi" ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.12") ThisBuild / scalaVersion := "2.13.12" -val javaVersion = "11" +val javaVersion = "11" // Workaround for incompatible scala-xml versions taken from https://github.com/scala/bug/issues/12632. scala-xml 1.x // and scala-xml 2.x are "mostly" binary compatible.