From 844aef15e8c8d6f79f467d7eaf5f2ce171a6ef9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 08:38:47 +0000 Subject: [PATCH] Update dependency scala to v2.13.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e768d6a..b8008a4 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ name := "slick-codegen-example" inThisBuild( List( - scalaVersion := "2.13.15", + scalaVersion := "2.13.18", scalacOptions += "-Xsource:3", githubWorkflowPublishTargetBranches := Seq(), githubWorkflowBuild += WorkflowStep.Sbt(List("run")),