File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v5
1111 with :
1212 fetch-depth : 0
13- - uses : coursier/cache-action@v6
13+ - uses : coursier/cache-action@v7
1414 - uses : coursier/setup-action@v1
1515 with :
1616 apps : sbt
Original file line number Diff line number Diff line change 1111 name : Test-${{ matrix.os }}-${{ matrix.java }}
1212 steps :
1313 - uses : actions/checkout@v5
14- - uses : coursier/cache-action@v6
14+ - uses : coursier/cache-action@v7
1515 - uses : coursier/setup-action@v1
1616 with :
1717 apps : sbt
2727 name : MigrationManager
2828 steps :
2929 - uses : actions/checkout@v5
30- - uses : coursier/cache-action@v6
30+ - uses : coursier/cache-action@v7
3131 - uses : coursier/setup-action@v1
3232 with :
3333 apps : sbt
4747 - uses : actions/checkout@v5
4848 with :
4949 fetch-depth : 0
50- - uses : coursier/cache-action@v6
50+ - uses : coursier/cache-action@v7
5151 - uses : coursier/setup-action@v1
5252 with :
5353 apps : sbt
5757 - name : move local publish to somewhere upload-artifact can reach
5858 run : mv ~/.ivy2/local ./publish
5959 - name : upload directory
60- uses : actions/upload-artifact@v4
60+ uses : actions/upload-artifact@v5
6161 with :
6262 name : publish-${{ matrix.os }}-${{ matrix.java }}
6363 path : publish
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ lazy val json = (projectMatrix in file("JsonParser"))
208208 name := " json" ,
209209 publish / skip := true ,
210210 libraryDependencies ++= Seq (
211- " org. json4s" %%% " json4s-ast" % " 4.0.7 " ,
211+ " io.github. json4s" %%% " json4s-ast" % " 4.1.0 " ,
212212 ),
213213 console / initialCommands := """
214214 import org.json4s._
You can’t perform that action at this time.
0 commit comments