Skip to content

Commit

Permalink
Merge pull request #550 from innFactory/update/scala-library-2.13.13
Browse files Browse the repository at this point in the history
chore: update scala-library from 2.13.12 to 2.13.13
  • Loading branch information
mergify[bot] authored Feb 27, 2024
2 parents 108b4ac + 63c0b4c commit 766109f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bin/setup/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lazy val root = (project in file("."))
.settings(
name := "Setup",
version := "0.0.1",
scalaVersion := "2.13.12",
scalaVersion := "2.13.13",
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % "2.8.0",
"org.playframework" %% "play-json" % "2.9.2",
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.12"
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.12"
val scalaVersion = "2.13.13"
val akkaVersion = "2.6.21"
val akkaManagementVersion = "1.1.3"

Expand Down

0 comments on commit 766109f

Please sign in to comment.