File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
frameworks/Scala/zio-http Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This is the ZIO Http portion of a [benchmarking test suite](../) comparing a var
99
1010## Versions
1111
12- * [ Java OpenJDK 11 ] ( https://openjdk.java.net/ )
12+ * [ Java OpenJDK 21 ] ( https://openjdk.java.net/ )
1313
1414## Test URLs
1515
Original file line number Diff line number Diff line change 11name := " zio-http"
22version := " 1.0.0"
3- scalaVersion := " 2.13.14 "
3+ scalaVersion := " 2.13.16 "
44lazy val root = (project in file(" ." ))
55 .settings(
66 libraryDependencies += " dev.zio" %% " zio-http" % " 3.2.0" ,
Original file line number Diff line number Diff line change 1- FROM hseeberger /scala-sbt:11 .0.12_1.5.5_2 .13.6
1+ FROM sbtscala /scala-sbt:eclipse-temurin-21 .0.6_7_1.10.11_2 .13.16
22
33WORKDIR /zhttp
44COPY src src
You can’t perform that action at this time.
0 commit comments