File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ homepage := Some(url("https://github.com/mkurz/deadbolt-2-java")) // Some(url("h
16
16
licenses += (" Apache-2.0" , url(" https://www.apache.org/licenses/LICENSE-2.0.html" ))
17
17
organization := " be.objectify"
18
18
19
- crossScalaVersions := Seq (" 2.13.15 " , " 3.3.4 " )
19
+ crossScalaVersions := Seq (" 2.13.16 " , " 3.3.5 " )
20
20
21
21
scalaVersion := crossScalaVersions.value.head
22
22
Original file line number Diff line number Diff line change 1
1
name := """ test-app-filters"""
2
2
3
- crossScalaVersions := Seq (" 2.13.15 " , " 3.3.4 " )
3
+ crossScalaVersions := Seq (" 2.13.16 " , " 3.3.5 " )
4
4
5
5
scalaVersion := crossScalaVersions.value.head
6
6
Original file line number Diff line number Diff line change 1
1
name := """ test-app"""
2
2
3
- crossScalaVersions := Seq (" 2.13.15 " , " 3.3.4 " )
3
+ crossScalaVersions := Seq (" 2.13.16 " , " 3.3.5 " )
4
4
5
5
scalaVersion := crossScalaVersions.value.head
6
6
You can’t perform that action at this time.
0 commit comments