Skip to content

Commit c3dffbb

Browse files
authored
Merge pull request #32 from scala-steward/update/scala-library-2.12.13
Update scala-library to 2.12.13
2 parents 1f998e5 + 521645b commit c3dffbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ lazy val bridge = (project in file("utils/bridge"))
102102

103103
lazy val commonProfile: Project => Project =
104104
_.enablePlugins(ScalaJSBundlerPlugin, ScalafixPlugin).settings(
105-
crossScalaVersions := Seq("2.12.11", "2.13.3"),
105+
crossScalaVersions := Seq("2.12.13", "2.13.3"),
106106
scalaVersion := crossScalaVersions.value.last,
107107
description := Settings.description,
108108
webpackBundlingMode := BundlingMode.LibraryOnly(),

0 commit comments

Comments
 (0)