Skip to content

Commit 25890bb

Browse files
committed
Update scala3-library, ... to 3.3.4
1 parent 1e21805 commit 25890bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
scalaVersion: ["2.13.15", "3.3.0"]
12+
scalaVersion: ["2.13.15", "3.3.4"]
1313
runs-on: ubuntu-latest
1414

1515
steps:

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Global / onChangedBuildSource := IgnoreSourceChanges
33
inThisBuild(Seq(
44
organization := "com.github.cornerman",
55

6-
crossScalaVersions := Seq("2.13.15", "3.3.0"),
6+
crossScalaVersions := Seq("2.13.15", "3.3.4"),
77
scalaVersion := crossScalaVersions.value.head,
88

99
licenses := Seq("MIT License" -> url("https://opensource.org/licenses/MIT")),
@@ -46,7 +46,7 @@ lazy val types = crossProject(JSPlatform, JVMPlatform)
4646
.crossType(CrossType.Pure)
4747
.settings(commonSettings)
4848
.settings(
49-
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.0"),
49+
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.4"),
5050
name := "sloth-types",
5151
libraryDependencies ++=
5252
Deps.cats.value ::

0 commit comments

Comments
 (0)