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 5110b36 commit cd72b2aCopy full SHA for cd72b2a
scala/play/build.sbt
@@ -1,11 +1,12 @@
1
organization := "the-benchmarker"
2
3
name := "server"
4
-scalaVersion := "2.13.12"
+scalaVersion := "3.3.1"
5
6
lazy val root = (project
7
.in(file("."))
8
.settings(
9
+ PlayKeys.akkaHttpScala3Artifacts := true,
10
libraryDependencies ++= Seq(
11
guice,
12
"com.typesafe.play" %% "play-json" % "[2.10,2.11)"
0 commit comments