Skip to content

Commit 64791d0

Browse files
authored
bump play to 2.9.1 to match latest logback (kineticpulse) (#62)
1 parent 93781e4 commit 64791d0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor
1111
docker:
1212
# specify the version you desire here
13-
- image: cimg/openjdk:8.0
13+
- image: cimg/openjdk:11.0
1414

1515
# Specify service dependencies here if necessary
1616
# CircleCI maintains a library of pre-built images

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22

33
services:
44
ws:
5-
image: realstraw/sbt
5+
image: realstraw/sbt:jdk11
66
working_dir: /acdc/ws
77
volumes:
88
- ./:/acdc/ws

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0")
22

3-
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.20")
3+
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.1")
44

55
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
66

version.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "0.9.7"
1+
ThisBuild / version := "0.9.8"

0 commit comments

Comments
 (0)