Skip to content

Commit

Permalink
Bump polynomial version
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpeeters committed Mar 23, 2024
1 parent 4441871 commit ea2e4d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
scala: [3.4.1-RC1]
scala: [3.4.0]
java: ['11', '17']
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ val CatsEffectV = "3.5.4"
val Fs2V = "3.9.3"
val MUnitV = "0.7.29"
val MUnitCEV = "1.0.7"
val PolynomialV = "0.5.0+7-d5de9b99+20240321-1200-SNAPSHOT"
val PolynomialV = "0.6.0"

inThisBuild(List(
crossScalaVersions := Seq(scalaVersion.value),
Expand All @@ -26,7 +26,7 @@ inThisBuild(List(
"-Wvalue-discard",
"-Ykind-projector:underscores"
),
scalaVersion := "3.4.1-RC1",
scalaVersion := "3.4.0",
versionScheme := Some("semver-spec"),
))

Expand Down

0 comments on commit ea2e4d9

Please sign in to comment.