File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
# See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor
11
11
docker :
12
12
# specify the version you desire here
13
- - image : cimg/openjdk:8 .0
13
+ - image : cimg/openjdk:11 .0
14
14
15
15
# Specify service dependencies here if necessary
16
16
# CircleCI maintains a library of pre-built images
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.8"
2
2
3
3
services :
4
4
ws :
5
- image : realstraw/sbt
5
+ image : realstraw/sbt:jdk11
6
6
working_dir : /acdc/ws
7
7
volumes :
8
8
- ./:/acdc/ws
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 1.1.0" )
2
2
3
- addSbtPlugin(" com.typesafe.play" % " sbt-plugin" % " 2.8.20 " )
3
+ addSbtPlugin(" com.typesafe.play" % " sbt-plugin" % " 2.9.1 " )
4
4
5
5
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.10.0" )
6
6
Original file line number Diff line number Diff line change 1
- ThisBuild / version := " 0.9.7 "
1
+ ThisBuild / version := " 0.9.8 "
You can’t perform that action at this time.
0 commit comments