Skip to content

Commit 8e945db

Browse files
build: Update scala-library from 2.12.13 to 2.12.16
1 parent c9e7c22 commit 8e945db

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
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
jdk: [ adopt@1.8, adopt@1.11, adopt@1.14 ]
46-
scala: [ 3.0.0, 2.13.6, 2.12.13 ]
46+
scala: [ 3.0.0, 2.13.6, 2.12.16 ]
4747
runs-on: ubuntu-latest
4848
needs: lint
4949
env:

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbt._
33
object Dependencies {
44

55
object Versions {
6-
val scala212Version = "2.12.13"
6+
val scala212Version = "2.12.16"
77
val scala213Version = "2.13.6"
88
val scala3Version = "3.1.2"
99
val scalaTestVersion = "3.2.9"

0 commit comments

Comments
 (0)