Skip to content

Commit 0bc6573

Browse files
authored
Merge branch 'work' into update/scala-library-2.13.15
2 parents 2675a9e + 54a5541 commit 0bc6573

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
lazy val scalaTestVersion = "3.2.10"
1+
lazy val scalaTestVersion = "3.2.19"
22

3-
ThisBuild / crossScalaVersions := Seq("3.1.3", "2.13.15", "2.12.16", "2.11.12")
3+
ThisBuild / crossScalaVersions := Seq("3.1.3", "2.13.15", "2.12.20", "2.11.12")
44
ThisBuild / scalaVersion := crossScalaVersions.value.head
55

66
// We use <epoch>.<major>.<minor> like 99% of Scala libraries.

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.7.1
1+
sbt.version=1.7.3

0 commit comments

Comments
 (0)