From 1d645b19ff04a09e6017f35e3b3b5094c786af91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 02:42:37 +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 b1864f7..6b9ab75 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ name := "slick-codegen-example" inThisBuild( List( - scalaVersion := "2.13.18", + scalaVersion := "3.8.4", scalacOptions += "-Xsource:3", githubWorkflowPublishTargetBranches := Seq(), githubWorkflowBuild += WorkflowStep.Sbt(List("run")),