Skip to content

Commit

Permalink
Merge branch 'master' into update/scalafmt-core-3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruippeixotog authored Feb 28, 2024
2 parents 8489a71 + 1a64136 commit afc39a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
scala: ['2.12', '2.13', '3']
include:
- scala: '2.12'
scala-version: 2.12.18
scala-version: 2.12.19
- scala: '2.13'
scala-version: 2.13.12
scala-version: 2.13.13
- scala: '3'
scala-version: 3.3.1

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import ReleaseTransformations._

ThisBuild / organization := "net.ruippeixotog"

ThisBuild / scalaVersion := "2.12.18"
ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.12", "3.3.1")
ThisBuild / scalaVersion := "2.12.19"
ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.13", "3.3.1")

// taken from https://github.com/scala/bug/issues/12632
ThisBuild / libraryDependencySchemes ++= Seq(
Expand Down

0 comments on commit afc39a6

Please sign in to comment.