From 918bb5c2bc747307d3d1d6663aac87995cddaf65 Mon Sep 17 00:00:00 2001 From: msmiech Date: Tue, 7 May 2024 15:00:48 +0200 Subject: [PATCH] fix CI --- project/build.properties | 2 +- project/plugins.sbt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/project/build.properties b/project/build.properties index 46e43a9..081fdbb 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.2 +sbt.version=1.10.0 diff --git a/project/plugins.sbt b/project/plugins.sbt index 65d82ea..3a51863 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.2") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12") -addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.9") +addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.11") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")