We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1952349 + d8c667b commit ce707b5Copy full SHA for ce707b5
.github/workflows/build.yml
@@ -4,6 +4,7 @@ on:
4
pull_request:
5
branches:
6
- main
7
+ - v7.x
8
9
jobs:
10
build:
@@ -68,4 +69,4 @@ jobs:
68
69
java-version: ${{ matrix.java }}
70
71
- name: Version check
- run: sbt "project cucumberScala" versionPolicyCheck
72
+ run: sbt "project cucumberScala" versionPolicyCheck
build.sbt
@@ -39,7 +39,7 @@ scalaVersion := scala213
39
// Library versions
40
41
val cucumberVersion = "6.10.0"
42
-val jacksonVersion = "2.12.1"
+val jacksonVersion = "2.12.2"
43
val mockitoScalaVersion = "1.16.29"
44
val junitVersion = "4.13.2"
45
0 commit comments