Skip to content

Commit

Permalink
Merge pull request #93 from typelevel/topic/scala3-final
Browse files Browse the repository at this point in the history
Scala 3.0.0 final
  • Loading branch information
larsrh authored May 13, 2021
2 parents 014f8ca + 19aa42e commit ac1d369
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.25"
val discipline = "1.1.4"
val mUnit = "0.7.26"
val discipline = "1.1.5"

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-RC2", "3.0.0-RC3"),
crossScalaVersions := Seq("2.12.13", "2.13.4", "3.0.0"),
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 ac1d369

Please sign in to comment.