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