Skip to content

Commit

Permalink
Update scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 5, 2024
1 parent 1857e7b commit 65a3e96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continouos-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ jobs:
matrix:
distribution: [ 'corretto' ]
jdk: [ '11' ]
scala: [ '2.13.8' ]
scala: [ '2.13.14' ]
experimental: [ false ]
include:
- jdk: '17'
distribution: 'corretto'
scala: '2.13.8'
scala: '2.13.14'
experimental: true

steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lazy val root = (project in file("."))
Compile / doc / sources := Seq.empty
routesGenerator := InjectedRoutesGenerator

scalaVersion := "2.13.8"
scalaVersion := "2.13.14"
versionScheme := Some("semver-spec")

sonatypeCredentialHost := "s01.oss.sonatype.org"
Expand Down

0 comments on commit 65a3e96

Please sign in to comment.