Skip to content

Commit

Permalink
Merge branch 'main' into update/scala-library-2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis authored Mar 3, 2024
2 parents e4e4e1f + a4dc3f2 commit 5724969
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
java: [ '8', '11', '17', '21' ]
scala: [ '2.13.13', '2.12.19', '2.11.12', '3.3.1' ]
scala: [ '2.13.13', '2.12.19', '2.11.12', '3.3.3' ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
env:
COMMIT_MSG: ${{ github.event.head_commit.message }}
- name: Publish release notes
uses: release-drafter/release-drafter@v5
uses: release-drafter/release-drafter@v6
with:
config-name: release-drafter.yml
publish: true
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ organization := "io.github.sullis"

scalaVersion := "2.12.19"

crossScalaVersions := Seq(scalaVersion.value, "2.11.12", "2.13.13", "3.3.1")
crossScalaVersions := Seq(scalaVersion.value, "2.11.12", "2.13.13", "3.3.3")

scalacOptions += "-target:jvm-1.8"

Expand Down

0 comments on commit 5724969

Please sign in to comment.