Skip to content

Commit

Permalink
Scala 3.0, Shapeless 3.0 and other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joroKr21 committed May 20, 2021
1 parent dd422a3 commit 40267fd
Show file tree
Hide file tree
Showing 20 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.13, 2.13.5, 3.0.0-RC3]
scala: [2.12.13, 2.13.6, 3.0.0]
java: [[email protected]]
ci: [test]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.0.0-RC3]
scala: [3.0.0]
java: [[email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand Down
14 changes: 7 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import sbt._

val scala212 = "2.12.13"
val scala213 = "2.13.5"
val scala3 = "3.0.0-RC3"
val scala213 = "2.13.6"
val scala3 = "3.0.0"

ThisBuild / crossScalaVersions := Seq(scala212, scala213, scala3)
ThisBuild / scalaVersion := scala3
Expand All @@ -11,11 +11,11 @@ lazy val buildSettings = Seq(
organization := "org.typelevel"
)

val catsVersion = "2.6.0"
val disciplineMunitVersion = "1.0.8"
val kindProjectorVersion = "0.11.3"
val shapeless2Version = "2.3.5"
val shapeless3Version = "3.0.0-M4"
val catsVersion = "2.6.1"
val disciplineMunitVersion = "1.0.9"
val kindProjectorVersion = "0.13.0"
val shapeless2Version = "2.3.7"
val shapeless3Version = "3.0.0"

lazy val commonSettings = Seq(
scalacOptions := Seq(
Expand Down
File renamed without changes.

0 comments on commit 40267fd

Please sign in to comment.