Skip to content

Commit

Permalink
Update scala-library to 2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jona7o committed Feb 27, 2024
1 parent e0d0324 commit 27ca8e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ThisBuild / version := "0.1.0-SNAPSHOT"

ThisBuild / scalaVersion := "2.13.10"
ThisBuild / scalaVersion := "2.13.13"

lazy val root = (project in file("."))
.enablePlugins(Smithy4sCodegenPlugin, PlayScala)
Expand Down
2 changes: 1 addition & 1 deletion modules/api-definition/project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import sbt._

object Dependencies {
val scalaVersion = "2.13.10"
val scalaVersion = "2.13.13"
}
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._

object Dependencies {

val scalaVersion = "2.13.10"
val scalaVersion = "2.13.13"

// innFactory Utils
val scalaUtil = "de.innfactory.scala-utils" %% "scala-utils" % "2.0.1"
Expand Down

0 comments on commit 27ca8e9

Please sign in to comment.