From 897cc2b50c15eb97047d00757a2d12f67089e4c7 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sat, 14 Nov 2020 18:58:25 -0500 Subject: [PATCH] Fix cross building of util-interface --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index fe9dfd07d..f5939a8c3 100644 --- a/build.sbt +++ b/build.sbt @@ -338,6 +338,7 @@ val logicProj = (project in file("internal") / "util-logic") // format from which Java sources are generated by the datatype generator Projproject lazy val utilInterface = (project in file("internal") / "util-interface").settings( utilCommonSettings, + crossScalaVersions := List(scala212), javaOnlySettings, crossPaths := false, name := "Util Interface",