Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.11 (#202)
Browse files Browse the repository at this point in the history
Co-authored-by: johannes karoff <johannes@karoff.net>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 7, 2023
1 parent 0b6aa0c commit 8aa495a
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.10", "3.3.0"]
scalaVersion: ["2.13.11", "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.10", "3.3.0"),
crossScalaVersions := Seq("2.13.11", "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.10", "3.3.0"),
crossScalaVersions := Seq("2.12.18", "2.13.11", "3.3.0"),
name := "sloth-types",
libraryDependencies ++=
Deps.cats.value ::
Expand Down

0 comments on commit 8aa495a

Please sign in to comment.