Skip to content

Commit

Permalink
Update scala-java-time to 2.3.0 (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 21, 2021
1 parent f863ad7 commit 5e4c209
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform)
)
})
.jvmSettings(libraryDependencies ++= coreDependenciesJVM.value)
.jsSettings(libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.2.2")
.jsSettings(libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.3.0")

lazy val coreJVM = core.jvm
lazy val coreJS = core.js
Expand All @@ -184,7 +184,7 @@ lazy val testing = crossProject(JSPlatform, JVMPlatform)
.jvmSettings(libraryDependencies ++= testingDependenciesJVM.value)
.jsSettings(
libraryDependencies ++= Seq(
"io.github.cquiroz" %%% "scala-java-time" % "2.2.2" % Test
"io.github.cquiroz" %%% "scala-java-time" % "2.3.0" % Test
)
)

Expand All @@ -205,7 +205,7 @@ lazy val coreTest = crossProject(JSPlatform, JVMPlatform)
)
.jsSettings(
libraryDependencies ++= Seq(
"io.github.cquiroz" %%% "scala-java-time" % "2.2.2" % Test
"io.github.cquiroz" %%% "scala-java-time" % "2.3.0" % Test
)
)

Expand Down Expand Up @@ -235,7 +235,7 @@ lazy val client = crossProject(JSPlatform, JVMPlatform)
"org.scalatest" %%% "scalatest" % Versions.Scalatest % Test
)
)
.jsSettings(libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.2.2")
.jsSettings(libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.3.0")
.jvmSettings(libraryDependencies ++= jvmGeometryDependencies.value)

lazy val clientJVM = client.jvm
Expand Down

0 comments on commit 5e4c209

Please sign in to comment.