File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
templates/libraries/okhttp-gson Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- FROM sbtscala/scala-sbt:eclipse-temurin-17.0.15_6_1.11.5_2 .13.16
1+ FROM sbtscala/scala-sbt:eclipse-temurin-17.0.15_6_1.11.6_2 .13.16
22
33COPY src /app/src
44COPY test.sh /app
Original file line number Diff line number Diff line change 1- sbt.version =1.11.5
1+ sbt.version =1.11.6
Original file line number Diff line number Diff line change 1- sbt.version =1.11.5
1+ sbt.version =1.11.6
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ lazy val root = (project in file(".")).
77 Seq(organization := "org.broadinstitute.dsde.workbench",
88 name := "sam-client",
99 version := createVersion("{ {artifactVersion} }"),
10- scalaVersion := "2.13.15 ",
10+ scalaVersion := "2.13.16 ",
1111 scalacOptions ++= Seq("-feature"),
1212 javacOptions in compile ++= Seq("-Xlint:deprecation"),
1313 publishArtifact in (Compile, packageDoc) := false,
Original file line number Diff line number Diff line change @@ -96,9 +96,9 @@ function make_jar()
9696 GIT_MODEL_HASH=$( git log -n 1 --pretty=format:%h)
9797
9898 # make jar. cache sbt dependencies.
99- docker run --rm --link postgres:postgres -e GIT_MODEL_HASH=$GIT_MODEL_HASH -v $PWD :/working -v jar-cache:/root/.ivy -v jar-cache:/root/.ivy2 sbtscala/scala-sbt:eclipse-temurin-17.0.15_6_1.11.5_2 .13.16 /working/docker/init_schema.sh /working
99+ docker run --rm --link postgres:postgres -e GIT_MODEL_HASH=$GIT_MODEL_HASH -v $PWD :/working -v jar-cache:/root/.ivy -v jar-cache:/root/.ivy2 sbtscala/scala-sbt:eclipse-temurin-17.0.15_6_1.11.6_2 .13.16 /working/docker/init_schema.sh /working
100100 sleep 40
101- docker run --rm --link postgres:postgres -e GIT_MODEL_HASH=$GIT_MODEL_HASH -v $PWD :/working -v jar-cache:/root/.ivy -v jar-cache:/root/.ivy2 sbtscala/scala-sbt:eclipse-temurin-17.0.15_6_1.11.5_2 .13.16 /working/docker/install.sh /working
101+ docker run --rm --link postgres:postgres -e GIT_MODEL_HASH=$GIT_MODEL_HASH -v $PWD :/working -v jar-cache:/root/.ivy -v jar-cache:/root/.ivy2 sbtscala/scala-sbt:eclipse-temurin-17.0.15_6_1.11.6_2 .13.16 /working/docker/install.sh /working
102102 EXIT_CODE=$?
103103 set -e # Turn error detection back on for the rest of the script
104104
Original file line number Diff line number Diff line change 88# Get the last commit hash of the model directory and set it as an environment variable
99GIT_MODEL_HASH=$( git log -n 1 --pretty=format:%h)
1010
11- docker run --rm -e GIT_MODEL_HASH=$GIT_MODEL_HASH -v $PWD :/working -v jar-cache:/root/.ivy -v jar-cache:/root/.ivy2 sbtscala/scala-sbt:eclipse-temurin-17.0.15_6_1.11.5_2 .13.16 /working/docker/clean_install.sh /working
11+ docker run --rm -e GIT_MODEL_HASH=$GIT_MODEL_HASH -v $PWD :/working -v jar-cache:/root/.ivy -v jar-cache:/root/.ivy2 sbtscala/scala-sbt:eclipse-temurin-17.0.15_6_1.11.6_2 .13.16 /working/docker/clean_install.sh /working
1212EXIT_CODE=$?
1313
1414if [ $EXIT_CODE != 0 ]; then
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ object Dependencies {
6666 val scalaCheck : ModuleID = " org.scalacheck" %% " scalacheck" % scalaCheckV % " test"
6767
6868 val reactorNetty : ModuleID = " io.projectreactor.netty" % " reactor-netty" % " 1.2.10"
69- val nettyAll : ModuleID = " io.netty" % " netty-all" % " 4.2.4 .Final"
69+ val nettyAll : ModuleID = " io.netty" % " netty-all" % " 4.2.6 .Final"
7070
7171 val excludIoGrpc = ExclusionRule (organization = " io.grpc" , name = " grpc-core" )
7272 val ioGrpc : ModuleID = " io.grpc" % " grpc-core" % " 1.75.0"
Original file line number Diff line number Diff line change 1- sbt.version =1.11.5
1+ sbt.version =1.11.6
You can’t perform that action at this time.
0 commit comments