File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -464,7 +464,7 @@ lazy val scala_libraries_2 = (project in file("scala-libraries-2"))
464
464
scalaVersion := scala3Version,
465
465
libraryDependencies ++= scalaTestDeps
466
466
.map(_.withConfigurations(Some (" it,test" ))),
467
- libraryDependencies += " io.scalaland" %% " chimney" % " 1.4 .0" ,
467
+ libraryDependencies += " io.scalaland" %% " chimney" % " 1.5 .0" ,
468
468
Defaults .itSettings
469
469
)
470
470
@@ -815,4 +815,4 @@ lazy val benchmark = project in file("specialized-benchmark")
815
815
816
816
ThisBuild / libraryDependencySchemes += " org.scala-lang.modules" %% " scala-xml" % VersionScheme .Always
817
817
818
- ThisBuild / resolvers += " Akka dependencies" at " https://repo.akka.io/maven/"
818
+ ThisBuild / resolvers += " Akka dependencies" at " https://repo.akka.io/maven/"
You can’t perform that action at this time.
0 commit comments