Skip to content

Commit ac1d369

Browse files
authored
Merge pull request #93 from typelevel/topic/scala3-final
Scala 3.0.0 final
2 parents 014f8ca + 19aa42e commit ac1d369

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sbtcrossproject.CrossPlugin.autoImport.crossProject
22

3-
val mUnit = "0.7.25"
4-
val discipline = "1.1.4"
3+
val mUnit = "0.7.26"
4+
val discipline = "1.1.5"
55

66
Global / onChangedBuildSource := ReloadOnSourceChanges
77

@@ -10,7 +10,7 @@ inThisBuild(
1010
name := "discipline-munit",
1111
organization := "org.typelevel",
1212
scalaVersion := "2.13.4",
13-
crossScalaVersions := Seq("2.12.13", "2.13.4", "3.0.0-RC2", "3.0.0-RC3"),
13+
crossScalaVersions := Seq("2.12.13", "2.13.4", "3.0.0"),
1414
homepage := Some(url("https://github.com/typelevel/discipline-munit")),
1515
licenses += ("BSD 3-Clause", url(
1616
"http://opensource.org/licenses/BSD-3-Clause"

0 commit comments

Comments
 (0)