Skip to content

Commit

Permalink
Merge pull request #86 from typelevel/topic/dotty-rc2
Browse files Browse the repository at this point in the history
Scala 3.0.0-RC2
  • Loading branch information
larsrh authored Mar 29, 2021
2 parents c4fe127 + cff43c7 commit 3dfb441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sbtcrossproject.CrossPlugin.autoImport.crossProject

val mUnit = "0.7.22"
val mUnit = "0.7.23"
val discipline = "1.1.4"

Global / onChangedBuildSource := ReloadOnSourceChanges
Expand All @@ -10,7 +10,7 @@ inThisBuild(
name := "discipline-munit",
organization := "org.typelevel",
scalaVersion := "2.13.4",
crossScalaVersions := Seq("2.12.13", "2.13.4", "3.0.0-M3", "3.0.0-RC1"),
crossScalaVersions := Seq("2.12.13", "2.13.4", "3.0.0-RC1", "3.0.0-RC2"),
homepage := Some(url("https://github.com/typelevel/discipline-munit")),
licenses += ("BSD 3-Clause", url(
"http://opensource.org/licenses/BSD-3-Clause"
Expand Down

0 comments on commit 3dfb441

Please sign in to comment.