Skip to content

Commit

Permalink
Update scala 2.12 version, and bump flake to java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
zarthross committed Apr 2, 2024
1 parent fb67523 commit 3522f20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ThisBuild / description := "Yet another Typesafe Config decoder"
ThisBuild / circeRootOfCodeCoverage := Some("golden")
ThisBuild / startYear := Some(2016)

val scala212 = "2.12.18"
val scala212 = "2.12.19"
val scala213 = "2.13.11"
ThisBuild / scalaVersion := scala213
ThisBuild / crossScalaVersions := Seq(scala212, scala213)
Expand Down
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
imports = [ typelevel-nix.typelevelShell ];
name = "circe-golden";
typelevelShell = {
jdk.package = pkgs.jdk8;
native.enable = true;
nodejs.enable = true;
jdk.package = pkgs.jdk11;
native.enable = false;
nodejs.enable = false;
};
};
});
Expand Down

0 comments on commit 3522f20

Please sign in to comment.