Skip to content

Commit

Permalink
use scala2 for play
Browse files Browse the repository at this point in the history
  • Loading branch information
waghanza committed Oct 18, 2023
1 parent 2e7ee75 commit 0cac711
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions scala/play/build.sbt
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
organization := "the-benchmarker"

name := "server"
scalaVersion := "3.3.1"
scalaVersion := "2.13.12"

lazy val root = (project
.in(file("."))
.settings(
PlayKeys.akkaHttpScala3Artifacts := true,
libraryDependencies ++= Seq(
guice,
"com.typesafe.play" %% "play-json" % "[2.10,2.11)"
Expand Down
4 changes: 4 additions & 0 deletions scala/play/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
framework:
website: playframework.com
version: 2.8

language:
image-version: 2.13.2
version: 2.13

0 comments on commit 0cac711

Please sign in to comment.