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