From 9bc583a4a8951e716a1fc79b93fb85933ee5c879 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 4 Jul 2024 21:28:20 +0000 Subject: [PATCH] Update scala3-library to 3.4.2 --- .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 13c779c..e5019c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.4.1] + scala: [3.4.2] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index f474f09..8ba3e8a 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.4.1" +scalaVersion := "3.4.2" conflictWarning := ConflictWarning.disable