Skip to content

Commit

Permalink
Update scala-library to 2.12.18 (#231)
Browse files Browse the repository at this point in the history
* Update scala-library to 2.12.18

* Revert commit(s) 5f83ca0

* Update scala-library to 2.12.18

* Revert commit(s) af6e433

* Update scala-library to 2.12.18
  • Loading branch information
scala-steward committed Sep 13, 2023
1 parent dffe9e9 commit 7f0a82e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
scalaVersion: ["2.12.17", "2.13.12"]
scalaVersion: ["2.12.18", "2.13.12"]
runs-on: ubuntu-latest

steps:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
@@ -1,8 +1,8 @@
inThisBuild(
Seq(
organization := "com.github.cornerman",
scalaVersion := "2.12.17",
crossScalaVersions := Seq("2.12.17", "2.13.12"),
scalaVersion := "2.12.18",
crossScalaVersions := Seq("2.12.18", "2.13.12"),
licenses := Seq("MIT License" -> url("https://opensource.org/licenses/MIT")),
homepage := Some(url("https://github.com/cornerman/mycelium")),
scmInfo := Some(
Expand Down

0 comments on commit 7f0a82e

Please sign in to comment.