Skip to content

Commit 24cfb35

Browse files
author
dwolla-oss-scala-steward[bot]
committed
Update scala-library to 2.13.18
1 parent 81e2306 commit 24cfb35

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
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
scala: [2.13.8]
25+
scala: [2.13.18]
2626
java: [temurin@11, temurin@8]
2727
runs-on: ${{ matrix.os }}
2828
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ThisBuild / homepage := Some(url("https://github.com/Dwolla/rabbitmq-topology-ba
33
ThisBuild / description := "Connect to the RabbitMQ API and download the current exchange/queue topology"
44
ThisBuild / licenses += ("MIT", url("http://opensource.org/licenses/MIT"))
55
ThisBuild / startYear := Option(2019)
6-
ThisBuild / scalaVersion := "2.13.8"
6+
ThisBuild / scalaVersion := "2.13.18"
77
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("11"), JavaSpec.temurin("8"))
88
ThisBuild / githubWorkflowBuild := Seq(WorkflowStep.Sbt(List("test", "Universal / packageBin"), name = Option("Build, Test, and Package")))
99
ThisBuild / githubWorkflowPublishTargetBranches := Nil

0 commit comments

Comments
 (0)