Skip to content

Commit

Permalink
Merge pull request #48 from SpongePowered/renovate/patch-dependency-c…
Browse files Browse the repository at this point in the history
…hanges

chore(deps): Update dependency org.scala-lang.modules:scala-java8-compat to v1.0.2
  • Loading branch information
gabizou authored Sep 9, 2023
2 parents b707a4e + 0beb1d6 commit c315fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ runLiquibase := {
// region dependency versions

//noinspection SbtDependencyVersionInspection
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-java8-compat" % "always"
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2"

lazy val vavr = "io.vavr" % "vavr" % "0.10.4"
lazy val vavrJackson = "io.vavr" % "vavr-jackson" % "0.10.3"
Expand All @@ -109,7 +109,7 @@ lazy val lagomPac4j = "org.pac4j" %% "lagom-pac4j" % "2.2.1"
lazy val lagomPac4jLdap = "org.pac4j" % "pac4j-ldap" % "3.7.0"

// Enable Junit5
lazy val junit = "org.junit.jupiter" % "junit-jupiter-api" % "5.9.0" % Test
lazy val junit = "org.junit.jupiter" % "junit-jupiter-api" % "5.9.3" % Test
// sbt-jupiter-interface
lazy val jupiterInterface = "net.aichler" % "jupiter-interface" % "0.11.1" % Test

Expand Down

0 comments on commit c315fce

Please sign in to comment.