We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d0324 commit f369252Copy full SHA for f369252
build.sbt
@@ -1,6 +1,6 @@
1
ThisBuild / version := "0.1.0-SNAPSHOT"
2
3
-ThisBuild / scalaVersion := "2.13.10"
+ThisBuild / scalaVersion := "2.13.17"
4
5
lazy val root = (project in file("."))
6
.enablePlugins(Smithy4sCodegenPlugin, PlayScala)
modules/api-definition/project/Dependencies.scala
@@ -1,5 +1,5 @@
import sbt._
object Dependencies {
- val scalaVersion = "2.13.10"
+ val scalaVersion = "2.13.17"
}
project/Dependencies.scala
@@ -3,7 +3,7 @@ import sbt._
7
8
// innFactory Utils
9
val scalaUtil = "de.innfactory.scala-utils" %% "scala-utils" % "2.0.1"
0 commit comments