Skip to content

Commit

Permalink
Updated to 3.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Feb 16, 2021
1 parent e2672b3 commit 71d2c5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbtcrossproject.CrossPlugin.autoImport.crossProject

val mUnit = "0.7.21"
val discipline = "1.1.3"
val mUnit = "0.7.22"
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-M2", "3.0.0-M3"),
crossScalaVersions := Seq("2.12.13", "2.13.4", "3.0.0-M3", "3.0.0-RC1"),
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 71d2c5b

Please sign in to comment.