Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-typelevel-0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
etspaceman authored May 6, 2024
2 parents c820fe3 + e49917b commit bad1f41
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import laika.helium.config.TextLink
import laika.helium.config.ThemeNavigationSection

val Scala212 = "2.12.19"
val Scala213 = "2.13.13"
val Scala213 = "2.13.14"
val Scala3 = "3.3.3"

val allScalaVersions = List(Scala213, Scala3, Scala212)
Expand Down
8 changes: 4 additions & 4 deletions project/LibraryDependencies.scala
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
import sbt._

object LibraryDependencies {
val ScalaCheck = "org.scalacheck" %% "scalacheck" % "1.17.1"
val ScalaCheck = "org.scalacheck" %% "scalacheck" % "1.18.0"
val TypesafeConfig = "com.typesafe" % "config" % "1.4.3"
val ApacheCommons = "org.apache.commons" % "commons-lang3" % "3.14.0"
val KindProjector = "org.typelevel" % "kind-projector" % "0.13.3"
val PureConfig = "com.github.pureconfig" %% "pureconfig-core" % "0.17.6"
val ScalaParsingCombinators =
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.3.0"
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0"

object Munit {
val munitVersion = "1.0.0-M11"
val munitVersion = "1.0.0-RC1"
val core = "org.scalameta" %% "munit" % munitVersion
val scalacheck =
"org.scalameta" %% "munit-scalacheck" % munitVersion
val catsEffect =
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M4"
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M5"
val scalacheckEffect =
"org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2"
}
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.9.9
sbt.version = 1.10.0
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.0")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.0")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.0")
Expand Down

0 comments on commit bad1f41

Please sign in to comment.