Skip to content

Commit 592376f

Browse files
Merge pull request #279 from ua-parser/update-scala-lib
Update scala-library to 2.13.16
2 parents 013631e + c798969 commit 592376f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scala.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
scala-version: [2.12.20, 2.13.14, 3.1.1]
12+
scala-version: [2.12.20, 2.13.16, 3.1.1]
1313
steps:
1414
- name: Checkout repository and submodules
1515
uses: actions/checkout@v2

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name := "uap-scala"
44
organization := "org.uaparser"
55

66
scalaVersion := "2.13.14"
7-
crossScalaVersions := Seq("2.12.20", "2.13.14", "3.1.1")
7+
crossScalaVersions := Seq("2.12.20", "2.13.16", "3.1.1")
88

99
scalacOptions ++= Seq(
1010
"-Xfatal-warnings",

0 commit comments

Comments
 (0)