On Thu, 03 Oct 2024 21:50:06 +0200,
Klemens Nanni <k...@openbsd.org> wrote:
> 
> 30.09.2024 11:27, Kirill A. Korinsky пишет:
> > ports@
> > 
> > Here a clean update of devel/sbt to 1.10.2
> > 
> > Tested on amd64.
> 
> We bumped lang/scala to newer java, while this port is still on 1.8+;
> I have no idea:  should they be in sync or do they work independently?
>

The issue with 1.8 was inside scala-cli, not scala itself.

scalac and everything else works fine which includes sbt:

  tmp $ env JAVA_HOME=/usr/local/jdk-1.8.0 sbt
  [info] welcome to sbt 1.10.2 (Oracle Corporation Java 1.8.0_422)
  [info] loading settings for project global-plugins from sbt-updates.sbt ...
  [info] loading global plugins from /home/catap/.sbt/1.0/plugins
  [info] loading project definition from /tmp/project
  [info] set current project to tmp (in build file:/tmp/)
  [info] sbt server started at 
local:///home/catap/.sbt/1.0/server/526e795af047ffbc99fd/sock
  [info] started sbt server
  sbt:tmp>

base on that I think that we don't need to increase required version.

-- 
wbr, Kirill

Reply via email to