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 62ae4f7 commit 0d71b0bCopy full SHA for 0d71b0b
build.sbt
@@ -6,7 +6,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
6
7
lazy val root = (project in file(".")).enablePlugins(PlayScala)
8
9
-scalaVersion := "2.13.12"
+scalaVersion := "2.13.13"
10
11
libraryDependencies ++= Seq(
12
guice, ws,
0 commit comments