Skip to content

Commit d0b702a

Browse files
author
dwolla-oss-scala-steward[bot]
committed
Update scala-library to 2.13.16
1 parent dba33c3 commit d0b702a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest]
26-
scala: [2.13.8]
26+
scala: [2.13.16]
2727
java: [temurin@8, temurin@11]
2828
runs-on: ${{ matrix.os }}
2929
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ThisBuild / organization := "com.dwolla"
22
ThisBuild / description := "CloudFormation custom resource to initialize a PostgreSQL database with a new user"
33
ThisBuild / homepage := Some(url("https://github.com/Dwolla/postgresql-init-custom-resource"))
44
ThisBuild / licenses += ("MIT", url("https://opensource.org/licenses/MIT"))
5-
ThisBuild / scalaVersion := "2.13.8"
5+
ThisBuild / scalaVersion := "2.13.16"
66
ThisBuild / developers := List(
77
Developer(
88
"bpholt",

0 commit comments

Comments
 (0)