Skip to content

Commit

Permalink
Scala 3.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrh committed Apr 1, 2021
1 parent 3a8c145 commit cdf7261
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ThisBuild / endYear := Some(2021)
ThisBuild / developers := List(
Developer("djspiewak", "Daniel Spiewak", "@djspiewak", url("https://github.com/djspiewak")))

ThisBuild / crossScalaVersions := Seq("3.0.0-RC1", "2.12.13", "2.13.5")
ThisBuild / crossScalaVersions := Seq("3.0.0-RC2", "2.12.13", "2.13.5")

ThisBuild / githubWorkflowTargetBranches := Seq("series/1.x")

Expand Down Expand Up @@ -79,7 +79,7 @@ lazy val scalatest = crossProject(JSPlatform, JVMPlatform)
name := "cats-effect-testing-scalatest",

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.6"))
"org.scalatest" %% "scalatest" % "3.2.7"))

lazy val utest = crossProject(JSPlatform, JVMPlatform)
.in(file("utest"))
Expand All @@ -91,7 +91,7 @@ lazy val utest = crossProject(JSPlatform, JVMPlatform)

libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect-testkit" % CatsEffectVersion,
"com.lihaoyi" %% "utest" % "0.7.7"))
"com.lihaoyi" %% "utest" % "0.7.8"))

lazy val minitest = crossProject(JSPlatform, JVMPlatform)
.in(file("minitest"))
Expand All @@ -102,4 +102,4 @@ lazy val minitest = crossProject(JSPlatform, JVMPlatform)

libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect-testkit" % CatsEffectVersion,
"io.monix" %% "minitest" % "2.9.3"))
"io.monix" %% "minitest" % "2.9.4"))

0 comments on commit cdf7261

Please sign in to comment.