Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-ci-release-1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SimY4 authored Aug 16, 2024
2 parents c462673 + 8ea4280 commit 09c735a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ lazy val core = (project in file("core"))
description := "A handy utility for generating strings that match given regular expression criteria.",
headerEndYear := Some(2024),
libraryDependencies ++= Seq(
"org.scalameta" %% "munit" % "1.0.0" % Test,
"org.scalameta" %% "munit" % "1.0.1" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test
)
)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.6.0")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
Expand Down

0 comments on commit 09c735a

Please sign in to comment.