Skip to content

Commit cd72b2a

Browse files
committed
use scala3 for play
1 parent 5110b36 commit cd72b2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scala/play/build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
organization := "the-benchmarker"
22

33
name := "server"
4-
scalaVersion := "2.13.12"
4+
scalaVersion := "3.3.1"
55

66
lazy val root = (project
77
.in(file("."))
88
.settings(
9+
PlayKeys.akkaHttpScala3Artifacts := true,
910
libraryDependencies ++= Seq(
1011
guice,
1112
"com.typesafe.play" %% "play-json" % "[2.10,2.11)"

0 commit comments

Comments
 (0)