Skip to content

Commit

Permalink
Merge branch 'master' into update/scala-library-2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ruippeixotog committed Feb 28, 2024
2 parents e72eadc + 54e62dc commit 1bee6cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- scala: '2.12'
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
Expand Up @@ -2,7 +2,7 @@ import ReleaseTransformations._

ThisBuild / organization := "net.ruippeixotog"

ThisBuild / scalaVersion := "2.13.12"
ThisBuild / scalaVersion := "2.13.13"

lazy val core = (project in file("core"))
.settings(commonSettings)
Expand All @@ -21,7 +21,7 @@ lazy val bundle = (project in file("bundle"))

lazy val commonSettings = Seq(
// format: off
crossScalaVersions := Seq("2.12.19", "2.13.12", "3.3.1"),
crossScalaVersions := Seq("2.12.19", "2.13.13", "3.3.1"),

libraryDependencies ++= Seq("org.specs2" %% "specs2-core" % "4.20.5"),

Expand Down

0 comments on commit 1bee6cc

Please sign in to comment.