Skip to content

Commit

Permalink
Merge pull request #685 from Banno/21310
Browse files Browse the repository at this point in the history
chore: Scala 2.13.10
  • Loading branch information
Kazark authored Nov 14, 2022
2 parents 33beaf4 + abd3dcf commit f091174
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]
env:
CI: true
CI_SNAPSHOT_RELEASE: +publishSigned
SCALA_VERSION: 2.13.9
SCALA_VERSION: 2.13.10
MUNIT_FLAKY_OK: true
jobs:
validate:
Expand All @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
java: [[email protected]]
scala: [2.13.9]
scala: [2.13.10]
env:
SCALA_VERSION: ${{ matrix.scala }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '*'
env:
CI: true
SCALA_VERSION: 2.13.9
SCALA_VERSION: 2.13.10
jobs:
release:
name: Release
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Global / onChangedBuildSource := ReloadOnSourceChanges

val V = new {
val scalaVersion = "2.13.9"
val scalaVersion = "2.13.10"
val crossScalaVersions = List()
val avro4s = "3.1.0"
val betterMonadicFor = "0.3.1"
Expand Down

0 comments on commit f091174

Please sign in to comment.