From 58864062d67650e16b91699bb67a850778021a59 Mon Sep 17 00:00:00 2001 From: Takeru Sato Date: Mon, 4 Oct 2021 17:52:41 +0900 Subject: [PATCH] build(deps): bump scala-library from 2.12.12 to 2.12.15 --- .github/workflows/ci.yml | 2 +- project/Dependencies.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed3eda6..500e056 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: scala: - [2.12.12, 2.13.6] + [2.12.15, 2.13.6] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 49e2f0f..f8c31d6 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -4,7 +4,7 @@ object Dependencies { val Ver = new { val scala3 = "3.0.2" val `scala2.13` = "2.13.6" - val `scala2.12` = "2.12.12" + val `scala2.12` = "2.12.15" val organizeImports = "0.5.0"