From cb7204ac1f6f11ff704d1678798ebd4332e43e0a Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 20 Feb 2024 12:20:36 +0100 Subject: [PATCH 1/2] Update scalatest to 3.2.18 (#186) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3eac227..2d1ffbc 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ libraryDependencies ++= { val akkaHttpV = "10.2.10" val akkaV = "2.6.20" val circeV = "0.14.4" - val scalaTestV = "3.2.15" + val scalaTestV = "3.2.18" val akkaHttpCirceV = "1.39.2" Seq( From 00dbd4bcc140ff30c8ca35abcb0b318a818dce02 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 3 Mar 2024 01:10:35 +0000 Subject: [PATCH 2/2] Update scala3-library to 3.3.3 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bd677b..bf3416b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.2.2] + scala: [3.3.3] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 2d1ffbc..8998a7a 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ enablePlugins(JavaAppPackaging) name := "akka-http-microservice" organization := "com.theiterators" version := "1.0" -scalaVersion := "3.2.2" +scalaVersion := "3.3.3" conflictWarning := ConflictWarning.disable