From d3101ac6d036a310866dcae0eedb3e0cc31d072e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:29:28 +0000 Subject: [PATCH] Update dependency scala to v3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e768d6a..42364e2 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ name := "slick-codegen-example" inThisBuild( List( - scalaVersion := "2.13.15", + scalaVersion := "3.8.3", scalacOptions += "-Xsource:3", githubWorkflowPublishTargetBranches := Seq(), githubWorkflowBuild += WorkflowStep.Sbt(List("run")),