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"))
464464 scalaVersion := scala3Version,
465465 libraryDependencies ++= scalaTestDeps
466466 .map(_.withConfigurations(Some (" it,test" ))),
467- libraryDependencies += " io.scalaland" %% " chimney" % " 1.4 .0" ,
467+ libraryDependencies += " io.scalaland" %% " chimney" % " 1.5 .0" ,
468468 Defaults .itSettings
469469 )
470470
@@ -815,4 +815,4 @@ lazy val benchmark = project in file("specialized-benchmark")
815815
816816ThisBuild / libraryDependencySchemes += " org.scala-lang.modules" %% " scala-xml" % VersionScheme .Always
817817
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