Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Update scala-library to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 12, 2023
1 parent 9424ad0 commit 4bb33b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.1.0, 2.13.7, 2.12.15]
scala: [3.1.0, 2.13.12, 2.12.15]
java: [[email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lazy val commonSettings = Seq(

organization := "com.geteventstore",
scalaVersion := crossScalaVersions.value.head,
crossScalaVersions := Seq("3.1.0", "2.13.7", "2.12.15"),
crossScalaVersions := Seq("3.1.0", "2.13.12", "2.12.15"),
releaseCrossBuild := true,
licenses := Seq("BSD 3-Clause" -> url("http://raw.github.com/EventStore/EventStore.JVM/master/LICENSE")),
homepage := Some(new URL("http://github.com/EventStore/EventStore.JVM")),
Expand Down

0 comments on commit 4bb33b4

Please sign in to comment.