File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
samples/akka-http-quickstart-scala Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5353
5454 - name : Publish artifacts locally
5555 run : |-
56- sbt "publishLocal; publishM2"
56+ sbt "+ publishLocal; publishM2"
5757
5858 - name : Test akka-http-quickstart-java
5959 run : |-
6363 - name : Test akka-http-quickstart-scala
6464 run : |-
6565 cd samples/akka-http-quickstart-scala
66- sbt test -Dakka-http.version=`cat ~/.version`
66+ sbt "++2.13.14!; test;" -Dakka-http.version=`cat ~/.version`
67+ sbt "clean; test;" -Dakka-http.version=`cat ~/.version`
6768
6869 - name : Email on failure
6970 if : ${{ failure() }}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ lazy val root = (project in file(".")).
1313 settings(
1414 inThisBuild(List (
1515 organization := " com.example" ,
16- scalaVersion := " 2.13.14 "
16+ scalaVersion := " 3.3.3 "
1717 )),
1818 name := " akka-http-quickstart" ,
1919 libraryDependencies ++= Seq (
You can’t perform that action at this time.
0 commit comments