From e8a1c6c0057334640439e87abe41658e81d90bd6 Mon Sep 17 00:00:00 2001 From: John Gerassimou Date: Thu, 26 Feb 2026 01:28:18 -0500 Subject: [PATCH 1/2] chore: upgrade scala, scalatest, and sbt versions --- build.sbt | 4 ++-- project/build.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index d6bf420..bee8bd7 100644 --- a/build.sbt +++ b/build.sbt @@ -1,10 +1,10 @@ ThisBuild / version := "0.1.0-SNAPSHOT" -ThisBuild / scalaVersion := "2.13.10" +ThisBuild / scalaVersion := "2.13.14" lazy val root = (project in file(".")) .settings( name := "simple-stream-processor" ) -libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.16" % Test +libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test diff --git a/project/build.properties b/project/build.properties index ef3d266..23f7d97 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.8.3 +sbt.version = 1.10.2 From a0536bb1cee1e4cbd9a6baad2bd295a57455f249 Mon Sep 17 00:00:00 2001 From: John Gerassimou Date: Thu, 26 Feb 2026 01:29:38 -0500 Subject: [PATCH 2/2] chore: upgrade to latest stable scala and sbt --- build.sbt | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index bee8bd7..63d6083 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ ThisBuild / version := "0.1.0-SNAPSHOT" -ThisBuild / scalaVersion := "2.13.14" +ThisBuild / scalaVersion := "2.13.18" lazy val root = (project in file(".")) .settings( diff --git a/project/build.properties b/project/build.properties index 23f7d97..7f3f77d 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.10.2 +sbt.version = 1.12.4