Skip to content

Commit e12799b

Browse files
committed
Update scala-library to 2.13.12
1 parent b6c8cfc commit e12799b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
java: [ 8 ]
15-
scala: [ 2.12.15, 2.13.8 ]
15+
scala: [ 2.12.15, 2.13.12 ]
1616

1717
steps:
1818
- uses: actions/checkout@v2

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ lazy val commonDependencies = Seq(
151151
"org.scalacheck" %% "scalacheck" % "1.15.2" % "test")
152152
)
153153

154-
ThisBuild / scalaVersion := "2.13.8"
155-
ThisBuild / crossScalaVersions := List("2.12.15", "2.13.8")
154+
ThisBuild / scalaVersion := "2.13.12"
155+
ThisBuild / crossScalaVersions := List("2.12.15", "2.13.12")
156156

157157
lazy val monixKafka = project.in(file("."))
158158
.settings(sharedSettings)

0 commit comments

Comments
 (0)