Skip to content

Commit 3b8de7c

Browse files
committed
Update scala-compiler, scala-library to 2.13.14
1 parent 180eacf commit 3b8de7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ThisBuild / organization := "io.higherkindness"
2-
ThisBuild / scalaVersion := "2.13.12"
2+
ThisBuild / scalaVersion := "2.13.14"
33
ThisBuild / resolvers += Resolver.sonatypeRepo("snapshots")
44

55
publish / skip := true

project/ProjectPlugin.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ object ProjectPlugin extends AutoPlugin {
2323
val mu: String = "0.31.1"
2424
val natchez: String = "0.3.5"
2525
val pureconfig: String = "0.17.6"
26-
val scala213: String = "2.13.12"
26+
val scala213: String = "2.13.14"
2727
val scopt: String = "4.1.0"
2828
val slf4j: String = "2.0.13"
2929
}

0 commit comments

Comments
 (0)