Skip to content

Commit

Permalink
restore scala
Browse files Browse the repository at this point in the history
  • Loading branch information
waghanza committed Aug 5, 2023
1 parent da1c854 commit 45662d9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scala/finatra/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name := "server"
scalaVersion := "3.3.0"
scalaVersion := "2.13.10"

lazy val root = (project in file("."))
.settings(
Expand Down
1 change: 1 addition & 0 deletions scala/finatra/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ provider:
default:
language: 2.13

image-version: 2.13.10
java-version: 11

framework:
Expand Down
2 changes: 1 addition & 1 deletion scala/finch/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val FinagleVersionRange = "[0.34,0.35)"

name := "server"
scalaVersion := "3.3.0"
scalaVersion := "2.13.10"

lazy val root = (project in file("."))
.settings(
Expand Down
2 changes: 1 addition & 1 deletion scala/play/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization := "the-benchmarker"

name := "server"
scalaVersion := "3.3.0"
scalaVersion := "2.13.10"

lazy val root = (project
.in(file("."))
Expand Down
2 changes: 2 additions & 0 deletions scala/play/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ provider:
default:
language: 2.13

image-version: 2.13.10

framework:
website: playframework.com
version: 2.8

0 comments on commit 45662d9

Please sign in to comment.