Skip to content

Commit

Permalink
icu4j version to 75.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominique Unruh committed Jul 8, 2024
1 parent 50b63f5 commit bf881e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ libraryDependencies += "org.apache.commons" % "commons-text" % "1.12.0"
// https://mvnrepository.com/artifact/com.google.guava/guava
libraryDependencies += "com.google.guava" % "guava" % "33.2.1-jre"
libraryDependencies += "org.jetbrains" % "annotations" % "24.0.1"
libraryDependencies += "com.ibm.icu" % "icu4j" % "73.2"
libraryDependencies += "com.ibm.icu" % "icu4j" % "75.1"

// See https://stackoverflow.com/a/21516954
val CompileOnly = config("compileonly").hide
Expand Down

0 comments on commit bf881e1

Please sign in to comment.