Skip to content

Commit c25ce76

Browse files
authored
Merge pull request #289 from vasilmkd/towards-14
Getting ready for 1.4 and easier maintenance
2 parents 72c37d5 + 544d71b commit c25ce76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
scala: [2.12.15, 2.13.7, 3.1.0]
25+
scala: [2.12.15, 2.13.7, 3.0.2]
2626
java: [temurin@8]
2727
runs-on: ${{ matrix.os }}
2828
steps:

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
22

3-
ThisBuild / baseVersion := "1.3"
3+
ThisBuild / baseVersion := "1.4"
44

55
ThisBuild / organization := "org.typelevel"
66
ThisBuild / organizationName := "Typelevel"
@@ -9,7 +9,7 @@ ThisBuild / developers := List(
99
Developer("larsrh", "Lars Hupel", "", url("https://github.com/larsrh"))
1010
)
1111

12-
ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.7", "3.1.0")
12+
ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.7", "3.0.2")
1313

1414
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("8"))
1515

0 commit comments

Comments
 (0)