Skip to content

Commit

Permalink
scala-library 2.13.7 (was 2.13.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and mkurz committed Jan 2, 2022
1 parent bc77201 commit 45a17b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git:
depth: false # Avoid sbt-dynver not seeing the tag

scala:
- 2.13.6
- 2.13.7

env:
- ADOPTOPENJDK=8
Expand All @@ -21,7 +21,7 @@ jobs:
- stage: test
name: "Validations"
script: sbt mimaReportBinaryIssues validateCode doc
scala: 2.13.6
scala: 2.13.7
jdk: openjdk11
- stage: publish
name: "Publish artifacts to Sonatype"
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import sbt._
object Dependencies {

// must align with versions in .travis.yml
val scala213 = "2.13.6"
val scala213 = "2.13.7"

val logback = Seq("ch.qos.logback" % "logback-core" % "1.2.6")

Expand Down

0 comments on commit 45a17b6

Please sign in to comment.