Skip to content

Commit c49431e

Browse files
committed
Update scala-library to 2.13.17
1 parent 85b1748 commit c49431e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ThisBuild / githubWorkflowPublishTargetBranches := Seq(
1010
RefPredicate.StartsWith(Ref.Tag("v")),
1111
)
1212

13-
ThisBuild / scalaVersion := "2.12.20"
13+
ThisBuild / scalaVersion := "2.13.17"
1414
ThisBuild / tlJdkRelease := Some(8)
1515
ThisBuild / tlFatalWarnings := false
1616

@@ -36,7 +36,7 @@ lazy val sbtPlugin = project
3636
.settings(
3737
name := "smithy-trait-codegen-sbt",
3838
commonSettings,
39-
scalaVersion := "2.12.20",
39+
scalaVersion := "2.13.17",
4040
libraryDependencies ++= Seq(
4141
"software.amazon.smithy" % "smithy-trait-codegen" % "1.61.0",
4242
"software.amazon.smithy" % "smithy-model" % "1.61.0",

0 commit comments

Comments
 (0)