Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit eebb17a

Browse files
authored
Merge pull request #391 from softwaremill/update/scala-java-time-2.4.0
Update scala-java-time to 2.4.0
2 parents 0280e8a + 53d7838 commit eebb17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ lazy val core = (projectMatrix in file("core"))
6969
"org.scalatest" %%% "scalatest-flatspec" % scalatestVersion % Test,
7070
"org.scalatest" %%% "scalatest-freespec" % scalatestVersion % Test,
7171
"org.scalatest" %%% "scalatest-shouldmatchers" % scalatestVersion % Test,
72-
"io.github.cquiroz" %%% "scala-java-time" % "2.3.0" % Test
72+
"io.github.cquiroz" %%% "scala-java-time" % "2.4.0" % Test
7373
),
7474
versionSpecificScalaSources
7575
)

0 commit comments

Comments
 (0)