Skip to content

Commit

Permalink
try scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
waghanza committed Feb 21, 2023
1 parent 95e079c commit 71e10cc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scala/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM sbtscala/scala-sbt:eclipse-temurin-focal-17.0.5_8_1.8.2_2.13.10 AS build
FROM sbtscala/scala-sbt:eclipse-temurin-focal-17.0.5_8_1.8.2_3.2.2 AS build

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion scala/akkahttp/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name := "server"
scalaVersion := "2.13.10"
scalaVersion := "3.2.2"

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-http" % "[10.4,10.5)",
Expand Down
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 := "2.13.10"
scalaVersion := "3.2.2"

lazy val root = (project in file("."))
.settings(
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 := "2.13.10"
scalaVersion := "3.2.2"

lazy val root = (project in file("."))
.settings(
Expand Down
2 changes: 1 addition & 1 deletion scala/http4s/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val Http4sVersionRange = "[0.23,0.24)"

name := "server"
scalaVersion := "2.13.10"
scalaVersion := "3.2.2"

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 := "2.13.10"
scalaVersion := "3.2.2"

lazy val root = (project.in(file("."))
.settings(
Expand Down

0 comments on commit 71e10cc

Please sign in to comment.