Skip to content

Commit 608ab77

Browse files
authored
update libraries (#150)
1 parent d4c3048 commit 608ab77

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea/
22
.idea_modules/
3+
.bsp/
34
target/

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
val commonDependenciesInTestScope = Seq(
2-
"org.scalatest" %% "scalatest" % "3.2.9" % "test",
3-
"ch.qos.logback" % "logback-classic" % "1.2.3" % "test"
2+
"org.scalatest" %% "scalatest" % "3.2.11" % "test",
3+
"ch.qos.logback" % "logback-classic" % "1.2.10" % "test"
44
)
55

66
lazy val scalaOAuth2ProviderSettings =
77
Defaults.coreDefaultSettings ++
88
Seq(
99
organization := "com.nulab-inc",
10-
scalaVersion := "3.0.0",
11-
crossScalaVersions := Seq("3.0.0", "2.13.6", "2.12.13", "2.11.12"),
10+
scalaVersion := "3.1.0",
11+
crossScalaVersions := Seq("2.13.8", "2.12.15", "2.11.12"),
1212
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature"),
1313
publishTo := {
1414
val v = version.value

0 commit comments

Comments
 (0)