diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cdb679b6..0d4ac88c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - scalaVersion: ["2.13.15"] + scalaVersion: ["2.13.16"] runs-on: ubuntu-20.04 steps: @@ -71,7 +71,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04] - scala: [2.13.15] + scala: [2.13.16] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 5d7da52e..6471e4da 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges inThisBuild( Seq( organization := "io.github.fun-stack", - scalaVersion := "2.13.15", + scalaVersion := "2.13.16", licenses := Seq("MIT License" -> url("https://opensource.org/licenses/MIT")), homepage := Some(url("https://github.com/fun-stack/fun-stack-scala")), scmInfo := Some(