File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Global / onChangedBuildSource := IgnoreSourceChanges
33inThisBuild(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 ::
You can’t perform that action at this time.
0 commit comments