Skip to content

Commit a54b21a

Browse files
committed
Update scala-library to 2.12.19
1 parent b0c2a48 commit a54b21a

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.12.18]
25+
scala: [2.12.19]
2626
java: [adopt-hotspot@17]
2727
runs-on: ${{ matrix.os }}
2828
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ val moduleCrossPlatformMatrix: Map[String, List[Platform]] = Map(
1414
"sbt-plugin-1_0_0" -> List(JVMPlatform)
1515
)
1616

17-
val Scala212 = "2.12.18"
17+
val Scala212 = "2.12.19"
1818

1919
/// sbt-github-actions configuration
2020

0 commit comments

Comments
 (0)