Skip to content

Commit a62eca0

Browse files
committed
changes to circleci
1 parent d235144 commit a62eca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: openjdk:9
10+
- image: openjdk:12
1111

1212
# Specify service dependencies here if necessary
1313
# CircleCI maintains a library of pre-built images
@@ -20,7 +20,7 @@ jobs:
2020
# Customize the JVM maximum heap limit
2121
JVM_OPTS: -Xmx3200m
2222
TERM: dumb
23-
SBT_VERSION: 1.2.8
23+
SBT_VERSION: 1.3.3
2424

2525
steps:
2626
- checkout

0 commit comments

Comments
 (0)