From b3792f6127683627ed18f7fdcbd2fe762c872515 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 20:21:05 +0000 Subject: [PATCH] chore(deps): update dependency scala to v3.8.3 --- examples/integration-test/build.sbt | 2 +- examples/scala/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/integration-test/build.sbt b/examples/integration-test/build.sbt index 6f3aa27bad..db73fd5ca6 100644 --- a/examples/integration-test/build.sbt +++ b/examples/integration-test/build.sbt @@ -1,6 +1,6 @@ lazy val scalatest = "org.scalatest" %% "scalatest" % "3.2.20" -scalaVersion := "3.8.2" +scalaVersion := "3.8.3" name := "scala-example" organization := "earthly.dev" version := "1.0" diff --git a/examples/scala/build.sbt b/examples/scala/build.sbt index 205a380638..b7e108fd7b 100644 --- a/examples/scala/build.sbt +++ b/examples/scala/build.sbt @@ -1,4 +1,4 @@ -scalaVersion := "3.8.2" +scalaVersion := "3.8.3" name := "scala-example" organization := "earthly.dev" version := "1.0"