diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index bbc6cf4..457ce1b 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - scala-version: [2.12.19, 2.13.14, 3.1.1] + scala-version: [2.12.20, 2.13.14, 3.1.1] steps: - name: Checkout repository and submodules uses: actions/checkout@v2 diff --git a/build.sbt b/build.sbt index 978c34d..45bc4e8 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ name := "uap-scala" organization := "org.uaparser" scalaVersion := "2.13.14" -crossScalaVersions := Seq("2.12.19", "2.13.14", "3.1.1") +crossScalaVersions := Seq("2.12.20", "2.13.14", "3.1.1") scalacOptions ++= Seq( "-Xfatal-warnings",