Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.12 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 12, 2023
1 parent 9010636 commit 43fb3cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
scalaVersion: ["2.13.11", "3.3.0"]
scalaVersion: ["2.13.12", "3.3.0"]
runs-on: ubuntu-latest

steps:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Global / onChangedBuildSource := IgnoreSourceChanges
inThisBuild(Seq(
organization := "com.github.cornerman",

crossScalaVersions := Seq("2.13.11", "3.3.0"),
crossScalaVersions := Seq("2.13.12", "3.3.0"),
scalaVersion := crossScalaVersions.value.head,

licenses := Seq("MIT License" -> url("https://opensource.org/licenses/MIT")),
Expand Down Expand Up @@ -46,7 +46,7 @@ lazy val types = crossProject(JSPlatform, JVMPlatform)
.crossType(CrossType.Pure)
.settings(commonSettings)
.settings(
crossScalaVersions := Seq("2.12.18", "2.13.11", "3.3.0"),
crossScalaVersions := Seq("2.12.18", "2.13.12", "3.3.0"),
name := "sloth-types",
libraryDependencies ++=
Deps.cats.value ::
Expand Down

0 comments on commit 43fb3cd

Please sign in to comment.