File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 build :
1111 strategy :
1212 matrix :
13- scalaVersion : ["2.13.15 "]
13+ scalaVersion : ["2.13.16 "]
1414 runs-on : ubuntu-20.04
1515
1616 steps :
7171 strategy :
7272 matrix :
7373 os : [ubuntu-20.04]
74- scala : [2.13.15 ]
74+ scala : [2.13.16 ]
7575 java : [adopt@1.8]
7676 runs-on : ${{ matrix.os }}
7777 steps :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
33inThisBuild(
44 Seq (
55 organization := " io.github.fun-stack" ,
6- scalaVersion := " 2.13.15 " ,
6+ scalaVersion := " 2.13.16 " ,
77 licenses := Seq (" MIT License" -> url(" https://opensource.org/licenses/MIT" )),
88 homepage := Some (url(" https://github.com/fun-stack/fun-stack-scala" )),
99 scmInfo := Some (
You can’t perform that action at this time.
0 commit comments