Skip to content

Commit 8a39616

Browse files
Update dependency scala to v3
1 parent fa3ad00 commit 8a39616

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name := "slick-codegen-example"
44

55
inThisBuild(
66
List(
7-
scalaVersion := "2.13.15",
7+
scalaVersion := "3.8.2",
88
scalacOptions += "-Xsource:3",
99
githubWorkflowPublishTargetBranches := Seq(),
1010
githubWorkflowBuild += WorkflowStep.Sbt(List("run")),

0 commit comments

Comments
 (0)