We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba33c3 commit d0b702aCopy full SHA for d0b702a
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
matrix:
25
os: [ubuntu-latest]
26
- scala: [2.13.8]
+ scala: [2.13.16]
27
java: [temurin@8, temurin@11]
28
runs-on: ${{ matrix.os }}
29
steps:
build.sbt
@@ -2,7 +2,7 @@ ThisBuild / organization := "com.dwolla"
2
ThisBuild / description := "CloudFormation custom resource to initialize a PostgreSQL database with a new user"
3
ThisBuild / homepage := Some(url("https://github.com/Dwolla/postgresql-init-custom-resource"))
4
ThisBuild / licenses += ("MIT", url("https://opensource.org/licenses/MIT"))
5
-ThisBuild / scalaVersion := "2.13.8"
+ThisBuild / scalaVersion := "2.13.16"
6
ThisBuild / developers := List(
7
Developer(
8
"bpholt",
0 commit comments