Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
labra committed Dec 10, 2021
1 parent f8b4e0d commit 809cdd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lazy val scala212 = "2.12.14"
lazy val scala213 = "2.13.6"
lazy val scala212 = "2.12.15"
lazy val scala213 = "2.13.7"
lazy val scalaJs = "0.6.31"
lazy val scala3 = "3.0.0"
lazy val scala3 = "3.1.0"

lazy val supportedScalaVersions = List(
scala212,
Expand Down Expand Up @@ -54,7 +54,7 @@ ThisBuild / versionScheme := Some("early-semver")

// Dependencies

lazy val munitVersion = "0.7.26"
lazy val munitVersion = "0.7.27"

lazy val munit = "org.scalameta" %% "munit" % munitVersion % Test

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.5.3
sbt.version=1.5.6

0 comments on commit 809cdd1

Please sign in to comment.