Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.13",
scalaVersion := "2.13.16",
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.13"
val scalaVersion = "2.13.16"
}
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.13"
val scalaVersion = "2.13.16"
val akkaVersion = "2.6.21"
val akkaManagementVersion = "1.1.3"

Expand Down
Loading