We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b1748 commit c49431eCopy full SHA for c49431e
build.sbt
@@ -10,7 +10,7 @@ ThisBuild / githubWorkflowPublishTargetBranches := Seq(
10
RefPredicate.StartsWith(Ref.Tag("v")),
11
)
12
13
-ThisBuild / scalaVersion := "2.12.20"
+ThisBuild / scalaVersion := "2.13.17"
14
ThisBuild / tlJdkRelease := Some(8)
15
ThisBuild / tlFatalWarnings := false
16
@@ -36,7 +36,7 @@ lazy val sbtPlugin = project
36
.settings(
37
name := "smithy-trait-codegen-sbt",
38
commonSettings,
39
- scalaVersion := "2.12.20",
+ scalaVersion := "2.13.17",
40
libraryDependencies ++= Seq(
41
"software.amazon.smithy" % "smithy-trait-codegen" % "1.61.0",
42
"software.amazon.smithy" % "smithy-model" % "1.61.0",
0 commit comments