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 27d7b93 commit cb32912Copy full SHA for cb32912
1 file changed
build.sbt
@@ -3,7 +3,7 @@ version := "1.0-SNAPSHOT"
3
4
enablePlugins(PlayScala, NewRelic)
5
6
-scalaVersion := "2.13.1"
+scalaVersion := "2.13.4"
7
scalacOptions ++= List("-encoding", "utf8", "-deprecation", "-feature", "-unchecked")
8
9
libraryDependencies ++= Seq(
0 commit comments