We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 108b4ac commit 63c0b4cCopy full SHA for 63c0b4c
.bin/setup/build.sbt
@@ -6,7 +6,7 @@ lazy val root = (project in file("."))
6
.settings(
7
name := "Setup",
8
version := "0.0.1",
9
- scalaVersion := "2.13.12",
+ scalaVersion := "2.13.13",
10
libraryDependencies ++= Seq(
11
"org.typelevel" %% "cats-core" % "2.8.0",
12
"org.playframework" %% "play-json" % "2.9.2",
modules/api-definition/project/Dependencies.scala
@@ -1,5 +1,5 @@
1
import sbt._
2
3
object Dependencies {
4
- val scalaVersion = "2.13.12"
+ val scalaVersion = "2.13.13"
5
}
project/Dependencies.scala
@@ -3,7 +3,7 @@ import sbt._
val akkaVersion = "2.6.21"
val akkaManagementVersion = "1.1.3"
0 commit comments