Skip to content

Commit ac5b8ae

Browse files
authored
Merge branch 'main' into update/scala-library-2.13.16
2 parents 16d5cb0 + e0a05ab commit ac5b8ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// basics
22

33
name := "scala-logging"
4-
crossScalaVersions := Seq("3.3.4", "2.11.12", "2.12.20", "2.13.16")
4+
crossScalaVersions := Seq("3.3.5", "2.11.12", "2.12.20", "2.13.16")
55
scalaVersion := crossScalaVersions.value.head
66
ThisBuild / versionScheme := Some("early-semver")
77
scalacOptions ++= Seq(

project/build.properties

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

0 commit comments

Comments
 (0)