From 02a4118d190b5a3b60ef161894bc6ae9ea5405fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 08:38:55 +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")),