Skip to content

Commit

Permalink
Merge pull request #90 from typelevel/topic/dotty-rc3
Browse files Browse the repository at this point in the history
Scala 3.0.0-RC3
  • Loading branch information
larsrh authored Apr 19, 2021
2 parents 4c37521 + d5a9c70 commit 013e9b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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.23"
val mUnit = "0.7.25"
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-RC1", "3.0.0-RC2"),
crossScalaVersions := Seq("2.12.13", "2.13.4", "3.0.0-RC2", "3.0.0-RC3"),
homepage := Some(url("/~https://github.com/typelevel/discipline-munit")),
licenses += ("BSD 3-Clause", url(
"http://opensource.org/licenses/BSD-3-Clause"
Expand Down Expand Up @@ -50,7 +50,6 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
Some("scm:git:git@github.com:typelevel/discipline-munit.git")
)
),
testFrameworks += new TestFramework("munit.Framework"),
pomIncludeRepository := { _ => false }
)
.jsSettings(
Expand Down

0 comments on commit 013e9b7

Please sign in to comment.